#AF830A

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

Shades of Dark Goldenrod #AF830A

Tints of Dark Goldenrod #AF830A

Color information

#AF830A (or 0xAF830A) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 83 and 0A. RGB value is (175,131,10). Sum of RGB (Red+Green+Blue) = 175+131+10=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF830A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF830A is #507CF5. Grayscale: #828282. Windows color (decimal): -5274870 or 689071. OLE color: 689071.

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

Color convert

RGB17513110-
CMYK00.250.940.31
HSL44º89.19%36.27%-
HSV(B)44º94.29%68.63%-
XYZ25.8525.373.82-
YUV130.3660.08159.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.38%
GREEN value IS 131 (51.56% from 255) = 41.46%
BLUE value IS 10 (4.30% from 255) = 3.16%
R=55.38%
G=41.46%
B=3.16%

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
Decimal1751311000.250.940.314489.1936.27
HexAF83A0195E1F2c5924
Octal25720312031136375413144
Binary101011111000001110100110011011110111111011001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF830A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF830A; }

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

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

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

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

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

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

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

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