#AF561C

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

Shades of Rich Gold #AF561C

Tints of Rich Gold #AF561C

Color information

#AF561C (or 0xAF561C) is unknown color: approx Rich Gold. HEX triplet: AF, 56 and 1C. RGB value is (175,86,28). Sum of RGB (Red+Green+Blue) = 175+86+28=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF561C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF561C is #50A9E3. Grayscale: #6A6A6A. Windows color (decimal): -5286372 or 1857199. OLE color: 1857199.

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

Color convert

RGB1758628-
CMYK00.510.840.31
HSL23.67º72.41%39.8%-
HSV(B)23.67º84%68.63%-
XYZ21.2215.853.04-
YUV10683.99177.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.55%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 28 (11.33% from 255) = 9.69%
R=60.55%
G=29.76%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175862800.510.840.3123.6772.4139.8
HexAF561C033541F184828
Octal25712634063124373011050
Binary101011111010110111000110011101010011111110001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF561C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF561C; }

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

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

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

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

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

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

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

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