#AF8B15

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

Shades of Dark Goldenrod #AF8B15

Tints of Dark Goldenrod #AF8B15

Color information

#AF8B15 (or 0xAF8B15) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 8B and 15. RGB value is (175,139,21). Sum of RGB (Red+Green+Blue) = 175+139+21=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8B15 is #5074EA. Grayscale: #888888. Windows color (decimal): -5272811 or 1412015. OLE color: 1412015.

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

Color convert

RGB17513921-
CMYK00.210.880.31
HSL45.97º78.57%38.43%-
HSV(B)45.97º88%68.63%-
XYZ27.0527.634.62-
YUV136.3162.93155.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.24%
GREEN value IS 139 (54.69% from 255) = 41.49%
BLUE value IS 21 (8.59% from 255) = 6.27%
R=52.24%
G=41.49%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751392100.210.880.3145.9778.5738.43
HexAF8B15015581F2e4f26
Octal25721325025130375611746
Binary1010111110001011101010101011011000111111011101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8B15; }

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

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

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

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

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

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

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

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