#AF5819

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

Shades of Rich Gold #AF5819

Tints of Rich Gold #AF5819

Color information

#AF5819 (or 0xAF5819) is unknown color: approx Rich Gold. HEX triplet: AF, 58 and 19. RGB value is (175,88,25). Sum of RGB (Red+Green+Blue) = 175+88+25=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5819 is #50A7E6. Grayscale: #6B6B6B. Windows color (decimal): -5285863 or 1661103. OLE color: 1661103.

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

Color convert

RGB1758825-
CMYK00.500.860.31
HSL25.2º75%39.22%-
HSV(B)25.2º85.71%68.63%-
XYZ21.3416.162.91-
YUV106.8381.82176.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.76%
GREEN value IS 88 (34.77% from 255) = 30.56%
BLUE value IS 25 (10.16% from 255) = 8.68%
R=60.76%
G=30.56%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175882500.500.860.3125.27539.22
HexAF5819032561F194b27
Octal25713031062126373111347
Binary101011111011000110010110010101011011111110011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5819; }

 p { color: rgb(175,88,25); }

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

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

 a { background-color: rgb(175,88,25); }

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

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

 span { border-color: rgb(175,88,25); }

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