#af7516

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

Shades of Dark Goldenrod #AF7516

Tints of Dark Goldenrod #AF7516

Color information

#AF7516 (or 0xAF7516) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 75 and 16. RGB value is (175,117,22). Sum of RGB (Red+Green+Blue) = 175+117+22=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7516 is #508AE9. Grayscale: #7B7B7B. Windows color (decimal): -5278442 or 1471919. OLE color: 1471919.

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

Color convert

RGB17511722-
CMYK00.330.870.31
HSL37.25º77.66%38.63%-
HSV(B)37.25º87.43%68.63%-
XYZ24.1921.893.71-
YUV123.5170.72164.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.73%
GREEN value IS 117 (46.09% from 255) = 37.26%
BLUE value IS 22 (8.98% from 255) = 7.01%
R=55.73%
G=37.26%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751172200.330.870.3137.2577.6638.63
HexAF7516021571F254e27
Octal25716526041127374511647
Binary1010111111101011011001000011010111111111001011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af7516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af7516; }

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

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

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

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

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

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

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

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