Html Css Color HEX #AC6D06 Golden Brown

📋 copy color: '#AC6D06'

red 172 ◦ green 109 ◦ blue 6

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

Shades of Golden Brown #AC6D06

Tints of Golden Brown #AC6D06

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.98%

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

R = 59.93%
G = 37.98%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC6D06 (or 0xAC6D06) is known color: Golden Brown. HEX triplet: AC, 6D and 06. RGB value is (172,109,6). Sum of RGB (Red+Green+Blue) = 172+109+6=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6D06 is #5392F9. Grayscale: #747474. Windows color (decimal): -5477114 or 421292. OLE color: 421292.

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

Color convert

RGB 172 109 6 -
CMYK 0 0.37 0.97 0.33
HSL 37.23º 0.93% 0.35% -
HSV(B) 37.23º 0.97% 0.67% -
XYZ 22.51 19.72 2.79 -
YUV 116.1 65.87 167.88 -
System Red Green Blue C M Y K H S L
Decimal 172 109 6 0 0.37 0.97 0.33 37.23 0.93 0.35
Hex AC 6D 6 0 25 61 21 25 5D 23
Octal 254 155 6 0 45 141 41 45 135 43
Binary 10101100 1101101 110 0 100101 1100001 100001 100101 1011101 100011

Color Harmonies of #AC6D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D06

Black with #AC6D06

Text Example


Text Example

White with #AC6D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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