#AF7816

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

Shades of Dark Goldenrod #AF7816

Tints of Dark Goldenrod #AF7816

Color information

#AF7816 (or 0xAF7816) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 78 and 16. RGB value is (175,120,22). Sum of RGB (Red+Green+Blue) = 175+120+22=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7816 is #5087E9. Grayscale: #7D7D7D. Windows color (decimal): -5277674 or 1472687. OLE color: 1472687.

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

Color convert

RGB17512022-
CMYK00.310.870.31
HSL38.43º77.66%38.63%-
HSV(B)38.43º87.43%68.63%-
XYZ24.5422.63.83-
YUV125.2769.72163.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.21%
GREEN value IS 120 (47.27% from 255) = 37.85%
BLUE value IS 22 (8.98% from 255) = 6.94%
R=55.21%
G=37.85%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751202200.310.870.3138.4377.6638.63
HexAF781601F571F264e27
Octal25717026037127374611647
Binary101011111111000101100111111010111111111001101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7816; }

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

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

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

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

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

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

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

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