#A55B47

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

Shades of Crail #A55B47

Tints of Crail #A55B47

Color information

#A55B47 (or 0xA55B47) is unknown color: approx Crail. HEX triplet: A5, 5B and 47. RGB value is (165,91,71). Sum of RGB (Red+Green+Blue) = 165+91+71=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55B47 is #5AA4B8. Grayscale: #6F6F6F. Windows color (decimal): -5940409 or 4676517. OLE color: 4676517.

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

Color convert

RGB1659171-
CMYK00.450.570.35
HSL12.77º39.83%46.27%-
HSV(B)12.77º56.97%64.71%-
XYZ20.415.947.96-
YUV110.85105.52166.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.46%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 71 (28.12% from 255) = 21.71%
R=50.46%
G=27.83%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165917100.450.570.3512.7739.8346.27
HexA55B4702D3923d282e
Octal2451331070557143155056
Binary101001011011011100011101011011110011000111101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B47; }

 p { color: rgb(165,91,71); }

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

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

 a { background-color: rgb(165,91,71); }

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

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

 span { border-color: rgb(165,91,71); }

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