#A55F49

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

Shades of Crail #A55F49

Tints of Crail #A55F49

Color information

#A55F49 (or 0xA55F49) is unknown color: approx Crail. HEX triplet: A5, 5F and 49. RGB value is (165,95,73). Sum of RGB (Red+Green+Blue) = 165+95+73=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55F49 is #5AA0B6. Grayscale: #717171. Windows color (decimal): -5939383 or 4808613. OLE color: 4808613.

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

Color convert

RGB1659573-
CMYK00.420.560.35
HSL14.35º38.66%46.67%-
HSV(B)14.35º55.76%64.71%-
XYZ20.8116.668.42-
YUV113.42105.19164.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.55%
GREEN value IS 95 (37.5% from 255) = 28.53%
BLUE value IS 73 (28.91% from 255) = 21.92%
R=49.55%
G=28.53%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165957300.420.560.3514.3538.6646.67
HexA55F4902A3823e272f
Octal2451371110527043164757
Binary101001011011111100100101010101110001000111110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55F49; }

 p { color: rgb(165,95,73); }

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

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

 a { background-color: rgb(165,95,73); }

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

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

 span { border-color: rgb(165,95,73); }

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