#AF5640

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

Shades of Crail #AF5640

Tints of Crail #AF5640

Color information

#AF5640 (or 0xAF5640) is unknown color: approx Crail. HEX triplet: AF, 56 and 40. RGB value is (175,86,64). Sum of RGB (Red+Green+Blue) = 175+86+64=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5640 is #50A9BF. Grayscale: #6E6E6E. Windows color (decimal): -5286336 or 4216495. OLE color: 4216495.

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

Color convert

RGB1758664-
CMYK00.510.630.31
HSL11.89º46.44%46.86%-
HSV(B)11.89º63.43%68.63%-
XYZ21.9316.146.81-
YUV110.1101.99174.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.85%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 64 (25.39% from 255) = 19.69%
R=53.85%
G=26.46%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175866400.510.630.3111.8946.4446.86
HexAF56400333F1Fc2e2f
Octal2571261000637737145657
Binary10101111101011010000000110011111111111111100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5640; }

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

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

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

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

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

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

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

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