#AF591C

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

Shades of Rich Gold #AF591C

Tints of Rich Gold #AF591C

Color information

#AF591C (or 0xAF591C) is unknown color: approx Rich Gold. HEX triplet: AF, 59 and 1C. RGB value is (175,89,28). Sum of RGB (Red+Green+Blue) = 175+89+28=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF591C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF591C is #50A6E3. Grayscale: #6C6C6C. Windows color (decimal): -5285604 or 1857967. OLE color: 1857967.

HSL color Cylindrical-coordinate representation of color #AF591C: hue angle of 24.9º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF591C is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB1758928-
CMYK00.490.840.31
HSL24.9º72.41%39.8%-
HSV(B)24.9º84%68.63%-
XYZ21.4616.343.12-
YUV107.7682.99175.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.93%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 28 (11.33% from 255) = 9.59%
R=59.93%
G=30.48%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175892800.490.840.3124.972.4139.8
HexAF591C031541F194828
Octal25713134061124373111050
Binary101011111011001111000110001101010011111110011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF591C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF591C; }

 p { color: rgb(175,89,28); }

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

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

 a { background-color: rgb(175,89,28); }

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

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

 span { border-color: rgb(175,89,28); }

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