#A95445

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

Shades of Crail #A95445

Tints of Crail #A95445

Color information

#A95445 (or 0xA95445) is unknown color: approx Crail. HEX triplet: A9, 54 and 45. RGB value is (169,84,69). Sum of RGB (Red+Green+Blue) = 169+84+69=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A95445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95445 is #56ABBA. Grayscale: #6B6B6B. Windows color (decimal): -5680059 or 4543657. OLE color: 4543657.

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

Color convert

RGB1698469-
CMYK00.500.590.34
HSL42.02%46.67%-
HSV(B)59.17%66.27%-
XYZ20.6115.217.48-
YUV107.7106.16171.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.48%
GREEN value IS 84 (33.20% from 255) = 26.09%
BLUE value IS 69 (27.34% from 255) = 21.43%
R=52.48%
G=26.09%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169846900.500.590.34942.0246.67
HexA954450323B2292a2f
Octal2511241050627342115257
Binary101010011010100100010101100101110111000101001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95445; }

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

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

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

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

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

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

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

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