Html Css Color HEX #AC5E17 Golden Brown

📋 copy color: '#AC5E17'

red 172 ◦ green 94 ◦ blue 23

#AC5E17
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #AC5E17

Tints of Golden Brown #AC5E17

RGB

 RED value IS 172 (67.58% from 255) = 59.52%

 GREEN value IS 94 (37.11% from 255) = 32.53%

 BLUE value IS 23 (9.38% from 255) = 7.96%

R = 59.52%
G = 32.53%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AC5E17 (or 0xAC5E17) is known color: Golden Brown. HEX triplet: AC, 5E and 17. RGB value is (172,94,23). Sum of RGB (Red+Green+Blue) = 172+94+23=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5E17 is #53A1E8. Grayscale: #6D6D6D. Windows color (decimal): -5480937 or 1531564. OLE color: 1531564.

HSL color Cylindrical-coordinate representation of color #AC5E17: hue angle of 28.59º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC5E17 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 94 23 -
CMYK 0 0.45 0.87 0.33
HSL 28.59º 0.76% 0.38% -
HSV(B) 28.59º 0.87% 0.67% -
XYZ 21.17 16.84 2.94 -
YUV 109.23 79.34 172.77 -
System Red Green Blue C M Y K H S L
Decimal 172 94 23 0 0.45 0.87 0.33 28.59 0.76 0.38
Hex AC 5E 17 0 2D 57 21 1D 4C 26
Octal 254 136 27 0 55 127 41 35 114 46
Binary 10101100 1011110 10111 0 101101 1010111 100001 11101 1001100 100110

Color Harmonies of #AC5E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E17

Black with #AC5E17

Text Example


Text Example

White with #AC5E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E17; }

 p { color: rgb(172,94,23); }

 H1.HeaderClassName
 {
   color: #AC5E17;
 }
 .AnyTagClassName
 {
   color: #AC5E17;
 }
</style>

background-color css

<style>
 a { background-color: #AC5E17; }

 a { background-color: rgb(172,94,23); }

 div.DivClassName
 {
   background-color: #AC5E17;
 }
 .BgClassName
 {
   background-color: #AC5E17;
 }
</style>

border-color css

<style>
 span { border-color: #AC5E17; }

 span { border-color: rgb(172,94,23); }

 td.TdClassName
 {
   border-color: #AC5E17;
 }
 .TagClassName
 {
   border-color: #AC5E17;
 }
</style>