#AF5418

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

Shades of Rich Gold #AF5418

Tints of Rich Gold #AF5418

Color information

#AF5418 (or 0xAF5418) is unknown color: approx Rich Gold. HEX triplet: AF, 54 and 18. RGB value is (175,84,24). Sum of RGB (Red+Green+Blue) = 175+84+24=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5418 is #50ABE7. Grayscale: #686868. Windows color (decimal): -5286888 or 1594543. OLE color: 1594543.

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

Color convert

RGB1758424-
CMYK00.520.860.31
HSL23.84º75.88%39.02%-
HSV(B)23.84º86.29%68.63%-
XYZ21.0115.522.75-
YUV104.3782.65178.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.84%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 24 (9.77% from 255) = 8.48%
R=61.84%
G=29.68%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175842400.520.860.3123.8475.8839.02
HexAF5418034561F184c27
Octal25712430064126373011447
Binary101011111010100110000110100101011011111110001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5418; }

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

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

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

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

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

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

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

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