#A55944

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

Shades of Crail #A55944

Tints of Crail #A55944

Color information

#A55944 (or 0xA55944) is unknown color: approx Crail. HEX triplet: A5, 59 and 44. RGB value is (165,89,68). Sum of RGB (Red+Green+Blue) = 165+89+68=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A55944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55944 is #5AA6BB. Grayscale: #6D6D6D. Windows color (decimal): -5940924 or 4479397. OLE color: 4479397.

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

Color convert

RGB1658968-
CMYK00.460.590.35
HSL12.99º41.63%45.69%-
HSV(B)12.99º58.79%64.71%-
XYZ20.1315.567.41-
YUV109.33104.68167.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.24%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 68 (26.95% from 255) = 21.12%
R=51.24%
G=27.64%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165896800.460.590.3512.9941.6345.69
HexA5594402E3B23d2a2e
Octal2451311040567343155256
Binary101001011011001100010001011101110111000111101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55944; }

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

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

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

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

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

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

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

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