#A75541

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

Shades of Crail #A75541

Tints of Crail #A75541

Color information

#A75541 (or 0xA75541) is unknown color: approx Crail. HEX triplet: A7, 55 and 41. RGB value is (167,85,65). Sum of RGB (Red+Green+Blue) = 167+85+65=317 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.68% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 167 - color contains mainly: red. Hex color #A75541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75541 is #58AABE. Grayscale: #6B6B6B. Windows color (decimal): -5810879 or 4281767. OLE color: 4281767.

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

Color convert

RGB1678565-
CMYK00.490.610.35
HSL11.76º43.97%45.49%-
HSV(B)11.76º61.08%65.49%-
XYZ20.1415.096.85-
YUV107.24104.17170.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.68%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 65 (25.78% from 255) = 20.50%
R=52.68%
G=26.81%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167856500.490.610.3511.7643.9745.49
HexA755410313D23c2c2d
Octal2471251010617543145455
Binary101001111010101100000101100011111011000111100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75541; }

 p { color: rgb(167,85,65); }

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

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

 a { background-color: rgb(167,85,65); }

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

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

 span { border-color: rgb(167,85,65); }

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