#AF890A

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

Shades of Dark Goldenrod #AF890A

Tints of Dark Goldenrod #AF890A

Color information

#AF890A (or 0xAF890A) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 89 and 0A. RGB value is (175,137,10). Sum of RGB (Red+Green+Blue) = 175+137+10=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF890A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF890A is #5076F5. Grayscale: #868686. Windows color (decimal): -5273334 or 690607. OLE color: 690607.

HSL color Cylindrical-coordinate representation of color #AF890A: hue angle of 46.18º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF890A is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB17513710-
CMYK00.220.940.31
HSL46.18º89.19%36.27%-
HSV(B)46.18º94.29%68.63%-
XYZ26.6827.034.1-
YUV133.8858.09157.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.35%
GREEN value IS 137 (53.91% from 255) = 42.55%
BLUE value IS 10 (4.30% from 255) = 3.11%
R=54.35%
G=42.55%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751371000.220.940.3146.1889.1936.27
HexAF89A0165E1F2e5924
Octal25721112026136375613144
Binary101011111000100110100101101011110111111011101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF890A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF890A; }

 p { color: rgb(175,137,10); }

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

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

 a { background-color: rgb(175,137,10); }

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

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

 span { border-color: rgb(175,137,10); }

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