#A95549

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

Shades of Crail #A95549

Tints of Crail #A95549

Color information

#A95549 (or 0xA95549) is unknown color: approx Crail. HEX triplet: A9, 55 and 49. RGB value is (169,85,73). Sum of RGB (Red+Green+Blue) = 169+85+73=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A95549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95549 is #56AAB6. Grayscale: #6C6C6C. Windows color (decimal): -5679799 or 4806057. OLE color: 4806057.

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

Color convert

RGB1698573-
CMYK00.500.570.34
HSL7.5º39.67%47.45%-
HSV(B)7.5º56.8%66.27%-
XYZ20.8115.418.18-
YUV108.75107.83170.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.68%
GREEN value IS 85 (33.59% from 255) = 25.99%
BLUE value IS 73 (28.91% from 255) = 22.32%
R=51.68%
G=25.99%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169857300.500.570.347.539.6747.45
HexA9554903239228282f
Octal2511251110627142105057
Binary101010011010101100100101100101110011000101000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95549; }

 p { color: rgb(169,85,73); }

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

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

 a { background-color: rgb(169,85,73); }

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

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

 span { border-color: rgb(169,85,73); }

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