#AF9106

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

Shades of Dark Goldenrod #AF9106

Tints of Dark Goldenrod #AF9106

Color information

#AF9106 (or 0xAF9106) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 91 and 06. RGB value is (175,145,6). Sum of RGB (Red+Green+Blue) = 175+145+6=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9106 is #506EF9. Grayscale: #8A8A8A. Windows color (decimal): -5271290 or 430511. OLE color: 430511.

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

Color convert

RGB1751456-
CMYK00.170.970.31
HSL49.35º93.37%35.49%-
HSV(B)49.35º96.57%68.63%-
XYZ27.8429.384.38-
YUV138.1253.44154.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.68%
GREEN value IS 145 (57.03% from 255) = 44.48%
BLUE value IS 6 (2.73% from 255) = 1.84%
R=53.68%
G=44.48%
B=1.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175145600.170.970.3149.3593.3735.49
HexAF916011611F315d23
Octal2572216021141376113543
Binary10101111100100011100100011100001111111100011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9106; }

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

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

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

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

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

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

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

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