#A55C4A

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

Shades of Crail #A55C4A

Tints of Crail #A55C4A

Color information

#A55C4A (or 0xA55C4A) is unknown color: approx Crail. HEX triplet: A5, 5C and 4A. RGB value is (165,92,74). Sum of RGB (Red+Green+Blue) = 165+92+74=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55C4A is #5AA3B5. Grayscale: #6F6F6F. Windows color (decimal): -5940150 or 4873381. OLE color: 4873381.

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

Color convert

RGB1659274-
CMYK00.440.550.35
HSL11.87º38.08%46.86%-
HSV(B)11.87º55.15%64.71%-
XYZ20.5816.158.51-
YUV111.78106.68165.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.85%
GREEN value IS 92 (36.33% from 255) = 27.79%
BLUE value IS 74 (29.30% from 255) = 22.36%
R=49.85%
G=27.79%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165927400.440.550.3511.8738.0846.86
HexA55C4A02C3723c262f
Octal2451341120546743144657
Binary101001011011100100101001011001101111000111100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C4A; }

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

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

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

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

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

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

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

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