#A75D56

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

Shades of Crail #A75D56

Tints of Crail #A75D56

Color information

#A75D56 (or 0xA75D56) is unknown color: approx Crail. HEX triplet: A7, 5D and 56. RGB value is (167,93,86). Sum of RGB (Red+Green+Blue) = 167+93+86=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75D56 is #58A2A9. Grayscale: #727272. Windows color (decimal): -5808810 or 5660071. OLE color: 5660071.

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

Color convert

RGB1679386-
CMYK00.440.490.35
HSL5.19º32.02%49.61%-
HSV(B)5.19º48.5%65.49%-
XYZ21.5316.7210.9-
YUV114.33112.02165.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.27%
GREEN value IS 93 (36.72% from 255) = 26.88%
BLUE value IS 86 (33.98% from 255) = 24.86%
R=48.27%
G=26.88%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167938600.440.490.355.1932.0249.61
HexA75D5602C312352032
Octal247135126054614354062
Binary10100111101110110101100101100110001100011101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75D56; }

 p { color: rgb(167,93,86); }

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

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

 a { background-color: rgb(167,93,86); }

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

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

 span { border-color: rgb(167,93,86); }

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