#A55946

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

Shades of Crail #A55946

Tints of Crail #A55946

Color information

#A55946 (or 0xA55946) is unknown color: approx Crail. HEX triplet: A5, 59 and 46. RGB value is (165,89,70). Sum of RGB (Red+Green+Blue) = 165+89+70=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A55946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55946 is #5AA6B9. Grayscale: #6D6D6D. Windows color (decimal): -5940922 or 4610469. OLE color: 4610469.

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

Color convert

RGB1658970-
CMYK00.460.580.35
HSL12º40.43%46.08%-
HSV(B)12º57.58%64.71%-
XYZ20.1915.597.74-
YUV109.56105.68167.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.93%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 70 (27.73% from 255) = 21.60%
R=50.93%
G=27.47%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165897000.460.580.351240.4346.08
HexA5594602E3A23c282e
Octal2451311060567243145056
Binary101001011011001100011001011101110101000111100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55946; }

 p { color: rgb(165,89,70); }

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

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

 a { background-color: rgb(165,89,70); }

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

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

 span { border-color: rgb(165,89,70); }

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