#AF5613

Color #AF5613 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #AF5613

Tints of Rich Gold #AF5613

Color information

#AF5613 (or 0xAF5613) is unknown color: approx Rich Gold. HEX triplet: AF, 56 and 13. RGB value is (175,86,19). Sum of RGB (Red+Green+Blue) = 175+86+19=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5613 is #50A9EC. Grayscale: #696969. Windows color (decimal): -5286381 or 1267375. OLE color: 1267375.

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

Color convert

RGB1758619-
CMYK00.510.890.31
HSL25.77º80.41%38.04%-
HSV(B)25.77º89.14%68.63%-
XYZ21.1215.822.56-
YUV104.9779.49177.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.5%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 19 (7.81% from 255) = 6.79%
R=62.5%
G=30.71%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175861900.510.890.3125.7780.4138.04
HexAF5613033591F1a5026
Octal25712623063131373212046
Binary101011111010110100110110011101100111111110101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5613; }

 p { color: rgb(175,86,19); }

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

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

 a { background-color: rgb(175,86,19); }

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

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

 span { border-color: rgb(175,86,19); }

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