Html Css Color HEX #AC590C Golden Brown

📋 copy color: '#AC590C'

red 172 ◦ green 89 ◦ blue 12

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

Shades of Golden Brown #AC590C

Tints of Golden Brown #AC590C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.4%

R = 63%
G = 32.6%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC590C (or 0xAC590C) is known color: Golden Brown. HEX triplet: AC, 59 and 0C. RGB value is (172,89,12). Sum of RGB (Red+Green+Blue) = 172+89+12=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC590C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC590C is #53A6F3. Grayscale: #696969. Windows color (decimal): -5482228 or 809388. OLE color: 809388.

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

Color convert

RGB 172 89 12 -
CMYK 0 0.48 0.93 0.33
HSL 28.88º 0.87% 0.36% -
HSV(B) 28.88º 0.93% 0.67% -
XYZ 20.65 15.94 2.34 -
YUV 105.04 75.5 175.76 -
System Red Green Blue C M Y K H S L
Decimal 172 89 12 0 0.48 0.93 0.33 28.88 0.87 0.36
Hex AC 59 C 0 30 5D 21 1D 57 24
Octal 254 131 14 0 60 135 41 35 127 44
Binary 10101100 1011001 1100 0 110000 1011101 100001 11101 1010111 100100

Color Harmonies of #AC590C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC590C

Black with #AC590C

Text Example


Text Example

White with #AC590C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC590C; }

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

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

background-color css

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

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

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

border-color css

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

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

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