#A55647

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

Shades of Crail #A55647

Tints of Crail #A55647

Color information

#A55647 (or 0xA55647) is unknown color: approx Crail. HEX triplet: A5, 56 and 47. RGB value is (165,86,71). Sum of RGB (Red+Green+Blue) = 165+86+71=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A55647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55647 is #5AA9B8. Grayscale: #6C6C6C. Windows color (decimal): -5941689 or 4675237. OLE color: 4675237.

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

Color convert

RGB1658671-
CMYK00.480.570.35
HSL9.57º39.83%46.27%-
HSV(B)9.57º56.97%64.71%-
XYZ19.9815.117.82-
YUV107.91107.17168.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.24%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 71 (28.12% from 255) = 22.05%
R=51.24%
G=26.71%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165867100.480.570.359.5739.8346.27
HexA556470303923a282e
Octal2451261070607143125056
Binary101001011010110100011101100001110011000111010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55647; }

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

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

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

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

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

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

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

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