#AF5D4F

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

Shades of Crail #AF5D4F

Tints of Crail #AF5D4F

Color information

#AF5D4F (or 0xAF5D4F) is unknown color: approx Crail. HEX triplet: AF, 5D and 4F. RGB value is (175,93,79). Sum of RGB (Red+Green+Blue) = 175+93+79=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D4F is #50A2B0. Grayscale: #747474. Windows color (decimal): -5284529 or 5201327. OLE color: 5201327.

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

Color convert

RGB1759379-
CMYK00.470.550.31
HSL8.75º37.8%49.8%-
HSV(B)8.75º54.86%68.63%-
XYZ2317.519.56-
YUV115.92107.17170.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.43%
GREEN value IS 93 (36.72% from 255) = 26.80%
BLUE value IS 79 (31.25% from 255) = 22.77%
R=50.43%
G=26.80%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175937900.470.550.318.7537.849.8
HexAF5D4F02F371F92632
Octal2571351170576737114662
Binary10101111101110110011110101111110111111111001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5D4F; }

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

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

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

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

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

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

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

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