#AF5849

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

Shades of Crail #AF5849

Tints of Crail #AF5849

Color information

#AF5849 (or 0xAF5849) is unknown color: approx Crail. HEX triplet: AF, 58 and 49. RGB value is (175,88,73). Sum of RGB (Red+Green+Blue) = 175+88+73=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5849 is #50A7B6. Grayscale: #707070. Windows color (decimal): -5285815 or 4806831. OLE color: 4806831.

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

Color convert

RGB1758873-
CMYK00.500.580.31
HSL8.82º41.13%48.63%-
HSV(B)8.82º58.29%68.63%-
XYZ22.3716.578.32-
YUV112.3105.82172.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.08%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 73 (28.91% from 255) = 21.73%
R=52.08%
G=26.19%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175887300.500.580.318.8241.1348.63
HexAF58490323A1F92931
Octal2571301110627237115161
Binary10101111101100010010010110010111010111111001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5849; }

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

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

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

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

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

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

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

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