Html Css Color HEX #AC5A0C Golden Brown

📋 copy color: '#AC5A0C'

red 172 ◦ green 90 ◦ blue 12

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

Shades of Golden Brown #AC5A0C

Tints of Golden Brown #AC5A0C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.85%

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

R = 62.77%
G = 32.85%
B = 4.38%

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

#AC5A0C (or 0xAC5A0C) is known color: Golden Brown. HEX triplet: AC, 5A and 0C. RGB value is (172,90,12). Sum of RGB (Red+Green+Blue) = 172+90+12=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5A0C is #53A5F3. Grayscale: #6A6A6A. Windows color (decimal): -5481972 or 809644. OLE color: 809644.

HSL color Cylindrical-coordinate representation of color #AC5A0C: hue angle of 29.25º 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 #AC5A0C is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 90 12 -
CMYK 0 0.48 0.93 0.33
HSL 29.25º 0.87% 0.36% -
HSV(B) 29.25º 0.93% 0.67% -
XYZ 20.74 16.11 2.36 -
YUV 105.63 75.17 175.34 -
System Red Green Blue C M Y K H S L
Decimal 172 90 12 0 0.48 0.93 0.33 29.25 0.87 0.36
Hex AC 5A C 0 30 5D 21 1D 57 24
Octal 254 132 14 0 60 135 41 35 127 44
Binary 10101100 1011010 1100 0 110000 1011101 100001 11101 1010111 100100

Color Harmonies of #AC5A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A0C

Black with #AC5A0C

Text Example


Text Example

White with #AC5A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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