#af820c

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

Shades of Dark Goldenrod #AF820C

Tints of Dark Goldenrod #AF820C

Color information

#AF820C (or 0xAF820C) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 82 and 0C. RGB value is (175,130,12). Sum of RGB (Red+Green+Blue) = 175+130+12=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF820C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF820C is #507DF3. Grayscale: #828282. Windows color (decimal): -5275124 or 819887. OLE color: 819887.

HSL color Cylindrical-coordinate representation of color #AF820C: hue angle of 43.44º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF820C is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB17513012-
CMYK00.260.930.31
HSL43.44º87.17%36.67%-
HSV(B)43.44º93.14%68.63%-
XYZ25.7325.113.84-
YUV13061.41160.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.21%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 12 (5.08% from 255) = 3.79%
R=55.21%
G=41.01%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751301200.260.930.3143.4487.1736.67
HexAF82C01A5D1F2b5725
Octal25720214032135375312745
Binary101011111000001011000110101011101111111010111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af820c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af820c; }

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

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

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

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

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

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

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

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