#A55240

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

Shades of Crail #A55240

Tints of Crail #A55240

Color information

#A55240 (or 0xA55240) is unknown color: approx Crail. HEX triplet: A5, 52 and 40. RGB value is (165,82,64). Sum of RGB (Red+Green+Blue) = 165+82+64=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A55240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55240 is #5AADBF. Grayscale: #686868. Windows color (decimal): -5942720 or 4215461. OLE color: 4215461.

HSL color Cylindrical-coordinate representation of color #A55240: hue angle of 10.69º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A55240 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB1658264-
CMYK00.500.610.35
HSL10.69º44.1%44.9%-
HSV(B)10.69º61.21%64.71%-
XYZ19.4614.46.61-
YUV104.76105170.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.05%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 64 (25.39% from 255) = 20.58%
R=53.05%
G=26.37%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165826400.500.610.3510.6944.144.9
HexA552400323D23b2c2d
Octal2451221000627543135455
Binary101001011010010100000001100101111011000111011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55240; }

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

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

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

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

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

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

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

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