#A55649

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

Shades of Crail #A55649

Tints of Crail #A55649

Color information

#A55649 (or 0xA55649) is unknown color: approx Crail. HEX triplet: A5, 56 and 49. RGB value is (165,86,73). Sum of RGB (Red+Green+Blue) = 165+86+73=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A55649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55649 is #5AA9B6. Grayscale: #6C6C6C. Windows color (decimal): -5941687 or 4806309. OLE color: 4806309.

HSL color Cylindrical-coordinate representation of color #A55649: hue angle of 8.48º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A55649 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB1658673-
CMYK00.480.560.35
HSL8.48º38.66%46.67%-
HSV(B)8.48º55.76%64.71%-
XYZ20.0515.148.17-
YUV108.14108.17168.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.93%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=50.93%
G=26.54%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165867300.480.560.358.4838.6646.67
HexA5564903038238272f
Octal2451261110607043104757
Binary101001011010110100100101100001110001000111000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55649; }

 p { color: rgb(165,86,73); }

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

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

 a { background-color: rgb(165,86,73); }

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

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

 span { border-color: rgb(165,86,73); }

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