#AF840A

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

Shades of Dark Goldenrod #AF840A

Tints of Dark Goldenrod #AF840A

Color information

#AF840A (or 0xAF840A) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 84 and 0A. RGB value is (175,132,10). Sum of RGB (Red+Green+Blue) = 175+132+10=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF840A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF840A is #507BF5. Grayscale: #838383. Windows color (decimal): -5274614 or 689327. OLE color: 689327.

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

Color convert

RGB17513210-
CMYK00.250.940.31
HSL44.36º89.19%36.27%-
HSV(B)44.36º94.29%68.63%-
XYZ25.9925.643.87-
YUV130.9559.75159.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.21%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 10 (4.30% from 255) = 3.15%
R=55.21%
G=41.64%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751321000.250.940.3144.3689.1936.27
HexAF84A0195E1F2c5924
Octal25720412031136375413144
Binary101011111000010010100110011011110111111011001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF840A; }

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

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

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

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

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

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

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

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