#AF5018

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

Shades of Rich Gold #AF5018

Tints of Rich Gold #AF5018

Color information

#AF5018 (or 0xAF5018) is unknown color: approx Rich Gold. HEX triplet: AF, 50 and 18. RGB value is (175,80,24). Sum of RGB (Red+Green+Blue) = 175+80+24=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5018 is #50AFE7. Grayscale: #666666. Windows color (decimal): -5287912 or 1593519. OLE color: 1593519.

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

Color convert

RGB1758024-
CMYK00.540.860.31
HSL22.25º75.88%39.02%-
HSV(B)22.25º86.29%68.63%-
XYZ20.7114.922.65-
YUV102.0283.97180.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.72%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 24 (9.77% from 255) = 8.60%
R=62.72%
G=28.67%
B=8.60%

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
Decimal175802400.540.860.3122.2575.8839.02
HexAF5018036561F164c27
Octal25712030066126372611447
Binary101011111010000110000110110101011011111101101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5018; }

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

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

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

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

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

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

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

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