#A75951

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

Shades of Crail #A75951

Tints of Crail #A75951

Color information

#A75951 (or 0xA75951) is unknown color: approx Crail. HEX triplet: A7, 59 and 51. RGB value is (167,89,81). Sum of RGB (Red+Green+Blue) = 167+89+81=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A75951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75951 is #58A6AE. Grayscale: #6F6F6F. Windows color (decimal): -5809839 or 5331367. OLE color: 5331367.

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

Color convert

RGB1678981-
CMYK00.470.510.35
HSL5.58º34.68%48.63%-
HSV(B)5.58º51.5%65.49%-
XYZ20.9915.959.76-
YUV111.41110.84167.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.55%
GREEN value IS 89 (35.16% from 255) = 26.41%
BLUE value IS 81 (32.03% from 255) = 24.04%
R=49.55%
G=26.41%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167898100.470.510.355.5834.6848.63
HexA7595102F332362331
Octal247131121057634364361
Binary10100111101100110100010101111110011100011110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75951; }

 p { color: rgb(167,89,81); }

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

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

 a { background-color: rgb(167,89,81); }

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

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

 span { border-color: rgb(167,89,81); }

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