Html Css Color HEX #AC5908 Golden Brown

📋 copy color: '#AC5908'

red 172 ◦ green 89 ◦ blue 8

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

Shades of Golden Brown #AC5908

Tints of Golden Brown #AC5908

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.09%

 BLUE value IS 8 (3.52% from 255) = 2.97%

R = 63.94%
G = 33.09%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC5908 (or 0xAC5908) is known color: Golden Brown. HEX triplet: AC, 59 and 08. RGB value is (172,89,8). Sum of RGB (Red+Green+Blue) = 172+89+8=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5908 is #53A6F7. Grayscale: #686868. Windows color (decimal): -5482232 or 547244. OLE color: 547244.

HSL color Cylindrical-coordinate representation of color #AC5908: hue angle of 29.63º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC5908 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 89 8 -
CMYK 0 0.48 0.95 0.33
HSL 29.63º 0.91% 0.35% -
HSV(B) 29.63º 0.95% 0.67% -
XYZ 20.63 15.93 2.22 -
YUV 104.58 73.5 176.09 -
System Red Green Blue C M Y K H S L
Decimal 172 89 8 0 0.48 0.95 0.33 29.63 0.91 0.35
Hex AC 59 8 0 30 5F 21 1E 5B 23
Octal 254 131 10 0 60 137 41 36 133 43
Binary 10101100 1011001 1000 0 110000 1011111 100001 11110 1011011 100011

Color Harmonies of #AC5908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5908

Black with #AC5908

Text Example


Text Example

White with #AC5908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5908; }

 p { color: rgb(172,89,8); }

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

background-color css

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

 a { background-color: rgb(172,89,8); }

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

border-color css

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

 span { border-color: rgb(172,89,8); }

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