#A55C4D

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

Shades of Crail #A55C4D

Tints of Crail #A55C4D

Color information

#A55C4D (or 0xA55C4D) is unknown color: approx Crail. HEX triplet: A5, 5C and 4D. RGB value is (165,92,77). Sum of RGB (Red+Green+Blue) = 165+92+77=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55C4D is #5AA3B2. Grayscale: #707070. Windows color (decimal): -5940147 or 5069989. OLE color: 5069989.

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

Color convert

RGB1659277-
CMYK00.440.530.35
HSL10.23º36.36%47.45%-
HSV(B)10.23º53.33%64.71%-
XYZ20.6816.199.06-
YUV112.12108.18165.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.40%
GREEN value IS 92 (36.33% from 255) = 27.54%
BLUE value IS 77 (30.47% from 255) = 23.05%
R=49.40%
G=27.54%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165927700.440.530.3510.2336.3647.45
HexA55C4D02C3523a242f
Octal2451341150546543124457
Binary101001011011100100110101011001101011000111010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C4D; }

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

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

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

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

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

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

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

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