#A75A51

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

Shades of Crail #A75A51

Tints of Crail #A75A51

Color information

#A75A51 (or 0xA75A51) is unknown color: approx Crail. HEX triplet: A7, 5A and 51. RGB value is (167,90,81). Sum of RGB (Red+Green+Blue) = 167+90+81=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75A51 is #58A5AE. Grayscale: #707070. Windows color (decimal): -5809583 or 5331623. OLE color: 5331623.

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

Color convert

RGB1679081-
CMYK00.460.510.35
HSL6.28º34.68%48.63%-
HSV(B)6.28º51.5%65.49%-
XYZ21.0816.129.79-
YUV112110.51167.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.41%
GREEN value IS 90 (35.55% from 255) = 26.63%
BLUE value IS 81 (32.03% from 255) = 23.96%
R=49.41%
G=26.63%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167908100.460.510.356.2834.6848.63
HexA75A5102E332362331
Octal247132121056634364361
Binary10100111101101010100010101110110011100011110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75A51; }

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

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

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

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

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

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

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

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