#AF7A06

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

Shades of Dark Goldenrod #AF7A06

Tints of Dark Goldenrod #AF7A06

Color information

#AF7A06 (or 0xAF7A06) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 7A and 06. RGB value is (175,122,6). Sum of RGB (Red+Green+Blue) = 175+122+6=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7A06 is #5085F9. Grayscale: #7D7D7D. Windows color (decimal): -5277178 or 424623. OLE color: 424623.

HSL color Cylindrical-coordinate representation of color #AF7A06: hue angle of 41.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF7A06 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB1751226-
CMYK00.300.970.31
HSL41.18º93.37%35.49%-
HSV(B)41.18º96.57%68.63%-
XYZ24.6723.053.32-
YUV124.6261.06163.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.76%
GREEN value IS 122 (48.05% from 255) = 40.26%
BLUE value IS 6 (2.73% from 255) = 1.98%
R=57.76%
G=40.26%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175122600.300.970.3141.1893.3735.49
HexAF7A601E611F295d23
Octal2571726036141375113543
Binary1010111111110101100111101100001111111010011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7A06; }

 p { color: rgb(175,122,6); }

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

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

 a { background-color: rgb(175,122,6); }

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

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

 span { border-color: rgb(175,122,6); }

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