#af7a17

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

Shades of Dark Goldenrod #AF7A17

Tints of Dark Goldenrod #AF7A17

Color information

#AF7A17 (or 0xAF7A17) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 7A and 17. RGB value is (175,122,23). Sum of RGB (Red+Green+Blue) = 175+122+23=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7A17 is #5085E8. Grayscale: #7F7F7F. Windows color (decimal): -5277161 or 1538735. OLE color: 1538735.

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

Color convert

RGB17512223-
CMYK00.300.870.31
HSL39.08º76.77%38.82%-
HSV(B)39.08º86.86%68.63%-
XYZ24.7923.093.96-
YUV126.5669.56162.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.69%
GREEN value IS 122 (48.05% from 255) = 38.12%
BLUE value IS 23 (9.38% from 255) = 7.19%
R=54.69%
G=38.12%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751222300.300.870.3139.0876.7738.82
HexAF7A1701E571F274d27
Octal25717227036127374711547
Binary101011111111010101110111101010111111111001111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af7a17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af7a17; }

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

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

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

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

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

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

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

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