#A55244

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

Shades of Crail #A55244

Tints of Crail #A55244

Color information

#A55244 (or 0xA55244) is unknown color: approx Crail. HEX triplet: A5, 52 and 44. RGB value is (165,82,68). Sum of RGB (Red+Green+Blue) = 165+82+68=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A55244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55244 is #5AADBB. Grayscale: #696969. Windows color (decimal): -5942716 or 4477605. OLE color: 4477605.

HSL color Cylindrical-coordinate representation of color #A55244: hue angle of 8.66º 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 #A55244 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB1658268-
CMYK00.500.590.35
HSL8.66º41.63%45.69%-
HSV(B)8.66º58.79%64.71%-
XYZ19.5814.457.23-
YUV105.22107170.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.38%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 68 (26.95% from 255) = 21.59%
R=52.38%
G=26.03%
B=21.59%

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
Decimal165826800.500.590.358.6641.6345.69
HexA552440323B2392a2e
Octal2451221040627343115256
Binary101001011010010100010001100101110111000111001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55244; }

 p { color: rgb(165,82,68); }

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

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

 a { background-color: rgb(165,82,68); }

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

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

 span { border-color: rgb(165,82,68); }

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