Html Css Color HEX #AC5C06 Golden Brown

📋 copy color: '#AC5C06'

red 172 ◦ green 92 ◦ blue 6

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

Shades of Golden Brown #AC5C06

Tints of Golden Brown #AC5C06

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.07%

 BLUE value IS 6 (2.73% from 255) = 2.22%

R = 63.7%
G = 34.07%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC5C06 (or 0xAC5C06) is known color: Golden Brown. HEX triplet: AC, 5C and 06. RGB value is (172,92,6). Sum of RGB (Red+Green+Blue) = 172+92+6=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5C06 is #53A3F9. Grayscale: #6A6A6A. Windows color (decimal): -5481466 or 416940. OLE color: 416940.

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

Color convert

RGB 172 92 6 -
CMYK 0 0.47 0.97 0.33
HSL 31.08º 0.93% 0.35% -
HSV(B) 31.08º 0.97% 0.67% -
XYZ 20.87 16.44 2.25 -
YUV 106.12 71.5 174.99 -
System Red Green Blue C M Y K H S L
Decimal 172 92 6 0 0.47 0.97 0.33 31.08 0.93 0.35
Hex AC 5C 6 0 2F 61 21 1F 5D 23
Octal 254 134 6 0 57 141 41 37 135 43
Binary 10101100 1011100 110 0 101111 1100001 100001 11111 1011101 100011

Color Harmonies of #AC5C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C06

Black with #AC5C06

Text Example


Text Example

White with #AC5C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C06; }

 p { color: rgb(172,92,6); }

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

background-color css

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

 a { background-color: rgb(172,92,6); }

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

border-color css

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

 span { border-color: rgb(172,92,6); }

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