#AF5F4E

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

Shades of Crail #AF5F4E

Tints of Crail #AF5F4E

Color information

#AF5F4E (or 0xAF5F4E) is unknown color: approx Crail. HEX triplet: AF, 5F and 4E. RGB value is (175,95,78). Sum of RGB (Red+Green+Blue) = 175+95+78=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5F4E is #50A0B1. Grayscale: #757575. Windows color (decimal): -5284018 or 5136303. OLE color: 5136303.

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

Color convert

RGB1759578-
CMYK00.460.550.31
HSL10.52º38.34%49.61%-
HSV(B)10.52º55.43%68.63%-
XYZ23.1517.859.43-
YUV116.98106169.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.29%
GREEN value IS 95 (37.5% from 255) = 27.30%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=50.29%
G=27.30%
B=22.41%

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
Decimal175957800.460.550.3110.5238.3449.61
HexAF5F4E02E371Fb2632
Octal2571371160566737134662
Binary10101111101111110011100101110110111111111011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5F4E; }

 p { color: rgb(175,95,78); }

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

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

 a { background-color: rgb(175,95,78); }

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

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

 span { border-color: rgb(175,95,78); }

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