#A75F53

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

Shades of Crail #A75F53

Tints of Crail #A75F53

Color information

#A75F53 (or 0xA75F53) is unknown color: approx Crail. HEX triplet: A7, 5F and 53. RGB value is (167,95,83). Sum of RGB (Red+Green+Blue) = 167+95+83=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75F53 is #58A0AC. Grayscale: #737373. Windows color (decimal): -5808301 or 5463975. OLE color: 5463975.

HSL color Cylindrical-coordinate representation of color #A75F53: hue angle of 8.57º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75F53 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB1679583-
CMYK00.430.500.35
HSL8.57º33.6%49.02%-
HSV(B)8.57º50.3%65.49%-
XYZ21.5917.0210.33-
YUV115.16109.85164.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.41%
GREEN value IS 95 (37.5% from 255) = 27.54%
BLUE value IS 83 (32.81% from 255) = 24.06%
R=48.41%
G=27.54%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167958300.430.500.358.5733.649.02
HexA75F5302B322392231
Octal2471371230536243114261
Binary101001111011111101001101010111100101000111001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75F53; }

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

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

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

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

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

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

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

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