#A55340

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

Shades of Crail #A55340

Tints of Crail #A55340

Color information

#A55340 (or 0xA55340) is unknown color: approx Crail. HEX triplet: A5, 53 and 40. RGB value is (165,83,64). Sum of RGB (Red+Green+Blue) = 165+83+64=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A55340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55340 is #5AACBF. Grayscale: #696969. Windows color (decimal): -5942464 or 4215717. OLE color: 4215717.

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

Color convert

RGB1658364-
CMYK00.500.610.35
HSL11.29º44.1%44.9%-
HSV(B)11.29º61.21%64.71%-
XYZ19.5414.566.63-
YUV105.35104.67170.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.88%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 64 (25.39% from 255) = 20.51%
R=52.88%
G=26.60%
B=20.51%

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
Decimal165836400.500.610.3511.2944.144.9
HexA553400323D23b2c2d
Octal2451231000627543135455
Binary101001011010011100000001100101111011000111011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55340; }

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

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

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

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

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

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

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

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