#AF5118

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

Shades of Rich Gold #AF5118

Tints of Rich Gold #AF5118

Color information

#AF5118 (or 0xAF5118) is unknown color: approx Rich Gold. HEX triplet: AF, 51 and 18. RGB value is (175,81,24). Sum of RGB (Red+Green+Blue) = 175+81+24=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5118 is #50AEE7. Grayscale: #666666. Windows color (decimal): -5287656 or 1593775. OLE color: 1593775.

HSL color Cylindrical-coordinate representation of color #AF5118: hue angle of 22.65º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF5118 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB1758124-
CMYK00.540.860.31
HSL22.65º75.88%39.02%-
HSV(B)22.65º86.29%68.63%-
XYZ20.7915.062.68-
YUV102.6183.64179.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.5%
GREEN value IS 81 (32.03% from 255) = 28.93%
BLUE value IS 24 (9.77% from 255) = 8.57%
R=62.5%
G=28.93%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175812400.540.860.3122.6575.8839.02
HexAF5118036561F174c27
Octal25712130066126372711447
Binary101011111010001110000110110101011011111101111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5118; }

 p { color: rgb(175,81,24); }

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

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

 a { background-color: rgb(175,81,24); }

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

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

 span { border-color: rgb(175,81,24); }

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