#A75445

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

Shades of Crail #A75445

Tints of Crail #A75445

Color information

#A75445 (or 0xA75445) is unknown color: approx Crail. HEX triplet: A7, 54 and 45. RGB value is (167,84,69). Sum of RGB (Red+Green+Blue) = 167+84+69=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A75445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75445 is #58ABBA. Grayscale: #6B6B6B. Windows color (decimal): -5811131 or 4543655. OLE color: 4543655.

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

Color convert

RGB1678469-
CMYK00.500.590.35
HSL9.18º41.53%46.27%-
HSV(B)9.18º58.68%65.49%-
XYZ20.1814.997.46-
YUV107.11106.5170.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.19%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 69 (27.34% from 255) = 21.56%
R=52.19%
G=26.25%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167846900.500.590.359.1841.5346.27
HexA754450323B2392a2e
Octal2471241050627343115256
Binary101001111010100100010101100101110111000111001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75445; }

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

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

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

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

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

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

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

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