#A75546

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

Shades of Crail #A75546

Tints of Crail #A75546

Color information

#A75546 (or 0xA75546) is unknown color: approx Crail. HEX triplet: A7, 55 and 46. RGB value is (167,85,70). Sum of RGB (Red+Green+Blue) = 167+85+70=322 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.86% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 167 - color contains mainly: red. Hex color #A75546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75546 is #58AAB9. Grayscale: #6B6B6B. Windows color (decimal): -5810874 or 4609447. OLE color: 4609447.

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

Color convert

RGB1678570-
CMYK00.490.580.35
HSL9.28º40.93%46.47%-
HSV(B)9.28º58.08%65.49%-
XYZ20.2915.157.65-
YUV107.81106.67170.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.86%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 70 (27.73% from 255) = 21.74%
R=51.86%
G=26.40%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167857000.490.580.359.2840.9346.47
HexA755460313A239292e
Octal2471251060617243115156
Binary101001111010101100011001100011110101000111001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75546; }

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

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

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

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

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

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

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

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