#A55C46

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

Shades of Crail #A55C46

Tints of Crail #A55C46

Color information

#A55C46 (or 0xA55C46) is unknown color: approx Crail. HEX triplet: A5, 5C and 46. RGB value is (165,92,70). Sum of RGB (Red+Green+Blue) = 165+92+70=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55C46 is #5AA3B9. Grayscale: #6F6F6F. Windows color (decimal): -5940154 or 4611237. OLE color: 4611237.

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

Color convert

RGB1659270-
CMYK00.440.580.35
HSL13.89º40.43%46.08%-
HSV(B)13.89º57.58%64.71%-
XYZ20.4516.17.82-
YUV111.32104.68166.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.46%
GREEN value IS 92 (36.33% from 255) = 28.13%
BLUE value IS 70 (27.73% from 255) = 21.41%
R=50.46%
G=28.13%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165927000.440.580.3513.8940.4346.08
HexA55C4602C3A23e282e
Octal2451341060547243165056
Binary101001011011100100011001011001110101000111110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C46; }

 p { color: rgb(165,92,70); }

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

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

 a { background-color: rgb(165,92,70); }

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

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

 span { border-color: rgb(165,92,70); }

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