#AF8817

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

Shades of Dark Goldenrod #AF8817

Tints of Dark Goldenrod #AF8817

Color information

#AF8817 (or 0xAF8817) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 88 and 17. RGB value is (175,136,23). Sum of RGB (Red+Green+Blue) = 175+136+23=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8817 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8817 is #5077E8. Grayscale: #878787. Windows color (decimal): -5273577 or 1542319. OLE color: 1542319.

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

Color convert

RGB17513623-
CMYK00.220.870.31
HSL44.61º76.77%38.82%-
HSV(B)44.61º86.86%68.63%-
XYZ26.6426.784.58-
YUV134.7864.92156.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.40%
GREEN value IS 136 (53.52% from 255) = 40.72%
BLUE value IS 23 (9.38% from 255) = 6.89%
R=52.40%
G=40.72%
B=6.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751362300.220.870.3144.6176.7738.82
HexAF8817016571F2d4d27
Octal25721027026127375511547
Binary1010111110001000101110101101010111111111011011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8817; }

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

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

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

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

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

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

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

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