#A55948

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

Shades of Crail #A55948

Tints of Crail #A55948

Color information

#A55948 (or 0xA55948) is unknown color: approx Crail. HEX triplet: A5, 59 and 48. RGB value is (165,89,72). Sum of RGB (Red+Green+Blue) = 165+89+72=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A55948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55948 is #5AA6B7. Grayscale: #6D6D6D. Windows color (decimal): -5940920 or 4741541. OLE color: 4741541.

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

Color convert

RGB1658972-
CMYK00.460.560.35
HSL10.97º39.24%46.47%-
HSV(B)10.97º56.36%64.71%-
XYZ20.2615.618.08-
YUV109.79106.68167.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.61%
GREEN value IS 89 (35.16% from 255) = 27.30%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=50.61%
G=27.30%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165897200.460.560.3510.9739.2446.47
HexA5594802E3823b272e
Octal2451311100567043134756
Binary101001011011001100100001011101110001000111011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55948; }

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

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

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

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

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

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

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

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