Color Hex Logo

#ac692b Color Hex

#AC692B
(172,105,43)
0 Favorites   0 Comments

Color spaces of #ac692b

RGB 17210543
HSL0.080.600.42
HSV29°75°67°
CMYK 0.000.390.75   0.33
XYZ22.500919.04824.7762
Yxy19.04820.48570.4112
Hunter Lab43.644215.648724.0626
CIE-Lab50.743621.619844.5402

#ac692b color RGB value is (172,105,43).

#ac692b hex color red value is 172, green value is 105 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ac692b hue: 0.08 , saturation: 0.60 and the lightness value of ac692b is 0.42.

The process color (four color CMYK) of #ac692b color hex is 0.00, 0.39, 0.75, 0.33. Web safe color of #ac692b is #996633. Color #ac692b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101001 00101011
Octal 254 151 53
Decimal 172 105 43
Hex AC 69 2B

RGB Percentages of Color #ac692b

%53.75
%32.81
%13.44

CMYK Percentages of Color #ac692b

%0
%39
%75
%33

Triadic Colors of #ac692b

#ac692b #2bac69 #692bac

Analogous Colors of #ac692b

#ac692b #acaa2b #ac2b2e

Monochromatic Colors of #ac692b

#ac692b

Complementary Color

#ac692b #2b6eac

#ac692b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac692b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac692b Color CSS Codes

.mybgcolor {background-color:#ac692b; } 
.myforecolor {color:#ac692b; }
.mybordercolor {border:3px solid #ac692b; }

#ac692b Text Font Color

<p style="color:#ac692b">Text here</p>

This sample text font color is #ac692b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ac692b Background Color

<div style="background-color:#ac692b">
Div content here</div>

This div background color is #ac692b


#ac692b Border Color

<div style="border:3px solid #ac692b">
Div here</div>

This div border color is #ac692b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,105,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ac692b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ac692b;
  -webkit-box-shadow: 1px 1px 3px 2px #ac692b;
  box-shadow:         1px 1px 3px 2px #ac692b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,105,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ac692b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ac692b;
  -webkit-box-shadow: 1px 1px 3px 2px #ac692b;
  box-shadow:         1px 1px 3px 2px #ac692b;">
Div content here</div>

This div box has shadow with color #ac692b


Comments

No comments written yet.

Please login to write comment.