#AF7509

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

Shades of Dark Goldenrod #AF7509

Tints of Dark Goldenrod #AF7509

Color information

#AF7509 (or 0xAF7509) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 75 and 09. RGB value is (175,117,9). Sum of RGB (Red+Green+Blue) = 175+117+9=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7509 is #508AF6. Grayscale: #7A7A7A. Windows color (decimal): -5278455 or 619951. OLE color: 619951.

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

Color convert

RGB1751179-
CMYK00.330.950.31
HSL39.04º90.22%36.08%-
HSV(B)39.04º94.86%68.63%-
XYZ24.0921.863.21-
YUV122.0364.22165.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.14%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 9 (3.91% from 255) = 2.99%
R=58.14%
G=38.87%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175117900.330.950.3139.0490.2236.08
HexAF7590215F1F275a24
Octal25716511041137374713244
Binary101011111110101100101000011011111111111001111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7509; }

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

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

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

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

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

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

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

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