#AF7815

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

Shades of Dark Goldenrod #AF7815

Tints of Dark Goldenrod #AF7815

Color information

#AF7815 (or 0xAF7815) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 78 and 15. RGB value is (175,120,21). Sum of RGB (Red+Green+Blue) = 175+120+21=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7815 is #5087EA. Grayscale: #7D7D7D. Windows color (decimal): -5277675 or 1407151. OLE color: 1407151.

HSL color Cylindrical-coordinate representation of color #AF7815: hue angle of 38.57º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF7815 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB17512021-
CMYK00.310.880.31
HSL38.57º78.57%38.43%-
HSV(B)38.57º88%68.63%-
XYZ24.5322.63.78-
YUV125.1669.22163.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.38%
GREEN value IS 120 (47.27% from 255) = 37.97%
BLUE value IS 21 (8.59% from 255) = 6.65%
R=55.38%
G=37.97%
B=6.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751202100.310.880.3138.5778.5738.43
HexAF781501F581F274f26
Octal25717025037130374711746
Binary101011111111000101010111111011000111111001111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7815; }

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

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

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

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

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

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

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

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