#A75740

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

Shades of Crail #A75740

Tints of Crail #A75740

Color information

#A75740 (or 0xA75740) is unknown color: approx Crail. HEX triplet: A7, 57 and 40. RGB value is (167,87,64). Sum of RGB (Red+Green+Blue) = 167+87+64=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A75740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75740 is #58A8BF. Grayscale: #6C6C6C. Windows color (decimal): -5810368 or 4216743. OLE color: 4216743.

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

Color convert

RGB1678764-
CMYK00.480.620.35
HSL13.4º44.59%45.29%-
HSV(B)13.4º61.68%65.49%-
XYZ20.2715.46.76-
YUV108.3103169.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.52%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=52.52%
G=27.36%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167876400.480.620.3513.444.5945.29
HexA757400303E23d2d2d
Octal2471271000607643155555
Binary101001111010111100000001100001111101000111101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75740; }

 p { color: rgb(167,87,64); }

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

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

 a { background-color: rgb(167,87,64); }

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

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

 span { border-color: rgb(167,87,64); }

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