#A55747

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

Shades of Crail #A55747

Tints of Crail #A55747

Color information

#A55747 (or 0xA55747) is unknown color: approx Crail. HEX triplet: A5, 57 and 47. RGB value is (165,87,71). Sum of RGB (Red+Green+Blue) = 165+87+71=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A55747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55747 is #5AA8B8. Grayscale: #6C6C6C. Windows color (decimal): -5941433 or 4675493. OLE color: 4675493.

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

Color convert

RGB1658771-
CMYK00.470.570.35
HSL10.21º39.83%46.27%-
HSV(B)10.21º56.97%64.71%-
XYZ20.0615.277.85-
YUV108.5106.84168.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.08%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 71 (28.12% from 255) = 21.98%
R=51.08%
G=26.93%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165877100.470.570.3510.2139.8346.27
HexA5574702F3923a282e
Octal2451271070577143125056
Binary101001011010111100011101011111110011000111010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55747; }

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

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

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

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

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

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

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

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