#AC5F02

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

Shades of Golden Brown #AC5F02

Tints of Golden Brown #AC5F02

Color information

#AC5F02 (or 0xAC5F02) is unknown color: approx Golden Brown. HEX triplet: AC, 5F and 02. RGB value is (172,95,2). Sum of RGB (Red+Green+Blue) = 172+95+2=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5F02 is #53A0FD. Grayscale: #6B6B6B. Windows color (decimal): -5480702 or 155564. OLE color: 155564.

HSL color Cylindrical-coordinate representation of color #AC5F02: hue angle of 32.82º degrees, saturation: 0.98, 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 #AC5F02 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB172952-
CMYK00.450.990.33
HSL32.82º97.7%34.12%-
HSV(B)32.82º98.84%67.45%-
XYZ21.1216.962.22-
YUV107.4268.51174.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.94%
GREEN value IS 95 (37.5% from 255) = 35.32%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=63.94%
G=35.32%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17295200.450.990.3332.8297.734.12
HexAC5F202D6321216222
Octal2541372055143414114242
Binary10101100101111110010110111000111000011000011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5F02; }

 p { color: rgb(172,95,2); }

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

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

 a { background-color: rgb(172,95,2); }

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

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

 span { border-color: rgb(172,95,2); }

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