#AF5D4C

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

Shades of Crail #AF5D4C

Tints of Crail #AF5D4C

Color information

#AF5D4C (or 0xAF5D4C) is unknown color: approx Crail. HEX triplet: AF, 5D and 4C. RGB value is (175,93,76). Sum of RGB (Red+Green+Blue) = 175+93+76=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D4C is #50A2B3. Grayscale: #737373. Windows color (decimal): -5284532 or 5004719. OLE color: 5004719.

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

Color convert

RGB1759376-
CMYK00.470.570.31
HSL10.3º39.44%49.22%-
HSV(B)10.3º56.57%68.63%-
XYZ22.917.469-
YUV115.58105.67170.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 93 (36.72% from 255) = 27.03%
BLUE value IS 76 (30.08% from 255) = 22.09%
R=50.87%
G=27.03%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175937600.470.570.3110.339.4449.22
HexAF5D4C02F391Fa2731
Octal2571351140577137124761
Binary10101111101110110011000101111111001111111010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5D4C; }

 p { color: rgb(175,93,76); }

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

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

 a { background-color: rgb(175,93,76); }

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

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

 span { border-color: rgb(175,93,76); }

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