#AF5740

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

Shades of Crail #AF5740

Tints of Crail #AF5740

Color information

#AF5740 (or 0xAF5740) is unknown color: approx Crail. HEX triplet: AF, 57 and 40. RGB value is (175,87,64). Sum of RGB (Red+Green+Blue) = 175+87+64=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5740 is #50A8BF. Grayscale: #6E6E6E. Windows color (decimal): -5286080 or 4216751. OLE color: 4216751.

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

Color convert

RGB1758764-
CMYK00.500.630.31
HSL12.43º46.44%46.86%-
HSV(B)12.43º63.43%68.63%-
XYZ22.0116.36.84-
YUV110.69101.65173.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.68%
GREEN value IS 87 (34.38% from 255) = 26.69%
BLUE value IS 64 (25.39% from 255) = 19.63%
R=53.68%
G=26.69%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175876400.500.630.3112.4346.4446.86
HexAF57400323F1Fc2e2f
Octal2571271000627737145657
Binary10101111101011110000000110010111111111111100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5740; }

 p { color: rgb(175,87,64); }

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

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

 a { background-color: rgb(175,87,64); }

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

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

 span { border-color: rgb(175,87,64); }

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