#AF8609

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

Shades of Dark Goldenrod #AF8609

Tints of Dark Goldenrod #AF8609

Color information

#AF8609 (or 0xAF8609) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 86 and 09. RGB value is (175,134,9). Sum of RGB (Red+Green+Blue) = 175+134+9=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 9 (3.91% from 255 or 2.83% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8609 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8609 is #5079F6. Grayscale: #848484. Windows color (decimal): -5274103 or 624303. OLE color: 624303.

HSL color Cylindrical-coordinate representation of color #AF8609: hue angle of 45.18º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF8609 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1751349-
CMYK00.230.950.31
HSL45.18º90.22%36.08%-
HSV(B)45.18º94.86%68.63%-
XYZ26.2526.183.93-
YUV132.0158.58158.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.03%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 9 (3.91% from 255) = 2.83%
R=55.03%
G=42.14%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175134900.230.950.3145.1890.2236.08
HexAF8690175F1F2d5a24
Octal25720611027137375513244
Binary101011111000011010010101111011111111111011011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8609; }

 p { color: rgb(175,134,9); }

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

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

 a { background-color: rgb(175,134,9); }

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

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

 span { border-color: rgb(175,134,9); }

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