#A75446

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

Shades of Crail #A75446

Tints of Crail #A75446

Color information

#A75446 (or 0xA75446) is unknown color: approx Crail. HEX triplet: A7, 54 and 46. RGB value is (167,84,70). Sum of RGB (Red+Green+Blue) = 167+84+70=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A75446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75446 is #58ABB9. Grayscale: #6B6B6B. Windows color (decimal): -5811130 or 4609191. OLE color: 4609191.

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

Color convert

RGB1678470-
CMYK00.500.580.35
HSL8.66º40.93%46.47%-
HSV(B)8.66º58.08%65.49%-
XYZ20.21157.62-
YUV107.22107170.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.02%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 70 (27.73% from 255) = 21.81%
R=52.02%
G=26.17%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167847000.500.580.358.6640.9346.47
HexA754460323A239292e
Octal2471241060627243115156
Binary101001111010100100011001100101110101000111001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75446; }

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

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

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

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

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

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

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

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