#AC6206

Color #AC6206 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AC6206

Tints of Golden Brown #AC6206

Color information

#AC6206 (or 0xAC6206) is unknown color: approx Golden Brown. HEX triplet: AC, 62 and 06. RGB value is (172,98,6). Sum of RGB (Red+Green+Blue) = 172+98+6=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6206 is #539DF9. Grayscale: #6E6E6E. Windows color (decimal): -5479930 or 418476. OLE color: 418476.

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

Color convert

RGB172986-
CMYK00.430.970.33
HSL33.25º93.26%34.9%-
HSV(B)33.25º96.51%67.45%-
XYZ21.4117.522.43-
YUV109.6469.52172.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.32%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 6 (2.73% from 255) = 2.17%
R=62.32%
G=35.51%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17298600.430.970.3333.2593.2634.9
HexAC62602B6121215d23
Octal2541426053141414113543
Binary101011001100010110010101111000011000011000011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6206; }

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

 H1.HeaderClassName
 {
   color: #AC6206;
 }
 .AnyTagClassName
 {
   color: #AC6206;
 }
</style>
background-color css

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

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

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

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

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

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