#AC6F02

Color #AC6F02 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #AC6F02

Tints of Dark Goldenrod #AC6F02

Color information

#AC6F02 (or 0xAC6F02) is unknown color: approx Dark Goldenrod. HEX triplet: AC, 6F and 02. RGB value is (172,111,2). Sum of RGB (Red+Green+Blue) = 172+111+2=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6F02 is #5390FD. Grayscale: #757575. Windows color (decimal): -5476606 or 159660. OLE color: 159660.

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

Color convert

RGB1721112-
CMYK00.350.990.33
HSL38.47º97.7%34.12%-
HSV(B)38.47º98.84%67.45%-
XYZ22.7120.142.75-
YUV116.8163.21167.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.35%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=60.35%
G=38.95%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172111200.350.990.3338.4797.734.12
HexAC6F20236321266222
Octal2541572043143414614242
Binary10101100110111110010001111000111000011001101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6F02; }

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

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

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

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

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

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

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

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