#AF5A49

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

Shades of Crail #AF5A49

Tints of Crail #AF5A49

Color information

#AF5A49 (or 0xAF5A49) is unknown color: approx Crail. HEX triplet: AF, 5A and 49. RGB value is (175,90,73). Sum of RGB (Red+Green+Blue) = 175+90+73=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A49 is #50A5B6. Grayscale: #717171. Windows color (decimal): -5285303 or 4807343. OLE color: 4807343.

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

Color convert

RGB1759073-
CMYK00.490.580.31
HSL10º41.13%48.63%-
HSV(B)10º58.29%68.63%-
XYZ22.5416.918.38-
YUV113.48105.16171.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.78%
GREEN value IS 90 (35.55% from 255) = 26.63%
BLUE value IS 73 (28.91% from 255) = 21.60%
R=51.78%
G=26.63%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175907300.490.580.311041.1348.63
HexAF5A490313A1Fa2931
Octal2571321110617237125161
Binary10101111101101010010010110001111010111111010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5A49; }

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

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

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

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

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

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

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

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