#AF5E52

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

Shades of Crail #AF5E52

Tints of Crail #AF5E52

Color information

#AF5E52 (or 0xAF5E52) is unknown color: approx Crail. HEX triplet: AF, 5E and 52. RGB value is (175,94,82). Sum of RGB (Red+Green+Blue) = 175+94+82=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E52 is #50A1AD. Grayscale: #747474. Windows color (decimal): -5284270 or 5398191. OLE color: 5398191.

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

Color convert

RGB1759482-
CMYK00.460.530.31
HSL7.74º36.76%50.39%-
HSV(B)7.74º53.14%68.63%-
XYZ23.217.7310.18-
YUV116.85108.34169.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.86%
GREEN value IS 94 (37.11% from 255) = 26.78%
BLUE value IS 82 (32.42% from 255) = 23.36%
R=49.86%
G=26.78%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175948200.460.530.317.7436.7650.39
HexAF5E5202E351F82532
Octal2571361220566537104562
Binary10101111101111010100100101110110101111111000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5E52; }

 p { color: rgb(175,94,82); }

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

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

 a { background-color: rgb(175,94,82); }

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

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

 span { border-color: rgb(175,94,82); }

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