#af5e4f

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

Shades of Crail #AF5E4F

Tints of Crail #AF5E4F

Color information

#AF5E4F (or 0xAF5E4F) is unknown color: approx Crail. HEX triplet: AF, 5E and 4F. RGB value is (175,94,79). Sum of RGB (Red+Green+Blue) = 175+94+79=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E4F is #50A1B0. Grayscale: #747474. Windows color (decimal): -5284273 or 5201583. OLE color: 5201583.

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

Color convert

RGB1759479-
CMYK00.460.550.31
HSL9.38º37.8%49.8%-
HSV(B)9.38º54.86%68.63%-
XYZ23.0917.689.59-
YUV116.51106.84169.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.29%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 79 (31.25% from 255) = 22.70%
R=50.29%
G=27.01%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175947900.460.550.319.3837.849.8
HexAF5E4F02E371F92632
Octal2571361170566737114662
Binary10101111101111010011110101110110111111111001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5e4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5e4f; }

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

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

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

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

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

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

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

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