#AF820A

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

Shades of Dark Goldenrod #AF820A

Tints of Dark Goldenrod #AF820A

Color information

#AF820A (or 0xAF820A) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 82 and 0A. RGB value is (175,130,10). Sum of RGB (Red+Green+Blue) = 175+130+10=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF820A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF820A is #507DF5. Grayscale: #828282. Windows color (decimal): -5275126 or 688815. OLE color: 688815.

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

Color convert

RGB17513010-
CMYK00.260.940.31
HSL43.64º89.19%36.27%-
HSV(B)43.64º94.29%68.63%-
XYZ25.7225.13.78-
YUV129.7760.41160.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.56%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 10 (4.30% from 255) = 3.17%
R=55.56%
G=41.27%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751301000.260.940.3143.6489.1936.27
HexAF82A01A5E1F2c5924
Octal25720212032136375413144
Binary101011111000001010100110101011110111111011001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF820A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF820A; }

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

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

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

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

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

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

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

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