#A55E48

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

Shades of Crail #A55E48

Tints of Crail #A55E48

Color information

#A55E48 (or 0xA55E48) is unknown color: approx Crail. HEX triplet: A5, 5E and 48. RGB value is (165,94,72). Sum of RGB (Red+Green+Blue) = 165+94+72=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55E48 is #5AA1B7. Grayscale: #707070. Windows color (decimal): -5939640 or 4742821. OLE color: 4742821.

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

Color convert

RGB1659472-
CMYK00.430.560.35
HSL14.19º39.24%46.47%-
HSV(B)14.19º56.36%64.71%-
XYZ20.6916.478.22-
YUV112.72105.02165.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.85%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 72 (28.52% from 255) = 21.75%
R=49.85%
G=28.40%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165947200.430.560.3514.1939.2446.47
HexA55E4802B3823e272e
Octal2451361100537043164756
Binary101001011011110100100001010111110001000111110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E48; }

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

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

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

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

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

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

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

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