#AC6C01

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

Shades of Golden Brown #AC6C01

Tints of Golden Brown #AC6C01

Color information

#AC6C01 (or 0xAC6C01) is unknown color: approx Golden Brown. HEX triplet: AC, 6C and 01. RGB value is (172,108,1). Sum of RGB (Red+Green+Blue) = 172+108+1=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6C01 is #5393FE. Grayscale: #737373. Windows color (decimal): -5477375 or 93356. OLE color: 93356.

HSL color Cylindrical-coordinate representation of color #AC6C01: hue angle of 37.54º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC6C01 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB1721081-
CMYK00.370.990.33
HSL37.54º98.84%33.92%-
HSV(B)37.54º99.42%67.45%-
XYZ22.3819.52.61-
YUV114.9463.7168.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 61.21%
GREEN value IS 108 (42.58% from 255) = 38.43%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=61.21%
G=38.43%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172108100.370.990.3337.5498.8433.92
HexAC6C10256321266322
Octal2541541045143414614342
Binary1010110011011001010010111000111000011001101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6C01; }

 p { color: rgb(172,108,1); }

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

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

 a { background-color: rgb(172,108,1); }

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

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

 span { border-color: rgb(172,108,1); }

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