#AF5F53

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

Shades of Crail #AF5F53

Tints of Crail #AF5F53

Color information

#AF5F53 (or 0xAF5F53) is unknown color: approx Crail. HEX triplet: AF, 5F and 53. RGB value is (175,95,83). Sum of RGB (Red+Green+Blue) = 175+95+83=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5F53 is #50A0AC. Grayscale: #757575. Windows color (decimal): -5284013 or 5463983. OLE color: 5463983.

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

Color convert

RGB1759583-
CMYK00.460.530.31
HSL7.83º36.51%50.59%-
HSV(B)7.83º52.57%68.63%-
XYZ23.3317.9210.41-
YUV117.55108.5168.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.58%
GREEN value IS 95 (37.5% from 255) = 26.91%
BLUE value IS 83 (32.81% from 255) = 23.51%
R=49.58%
G=26.91%
B=23.51%

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
Decimal175958300.460.530.317.8336.5150.59
HexAF5F5302E351F82533
Octal2571371230566537104563
Binary10101111101111110100110101110110101111111000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5F53; }

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

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

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

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

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

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

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

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