#A55A46

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

Shades of Crail #A55A46

Tints of Crail #A55A46

Color information

#A55A46 (or 0xA55A46) is unknown color: approx Crail. HEX triplet: A5, 5A and 46. RGB value is (165,90,70). Sum of RGB (Red+Green+Blue) = 165+90+70=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55A46 is #5AA5B9. Grayscale: #6E6E6E. Windows color (decimal): -5940666 or 4610725. OLE color: 4610725.

HSL color Cylindrical-coordinate representation of color #A55A46: hue angle of 12.63º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A55A46 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB1659070-
CMYK00.450.580.35
HSL12.63º40.43%46.08%-
HSV(B)12.63º57.58%64.71%-
XYZ20.2815.757.77-
YUV110.14105.35167.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.77%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=50.77%
G=27.69%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165907000.450.580.3512.6340.4346.08
HexA55A4602D3A23d282e
Octal2451321060557243155056
Binary101001011011010100011001011011110101000111101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55A46; }

 p { color: rgb(165,90,70); }

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

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

 a { background-color: rgb(165,90,70); }

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

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

 span { border-color: rgb(165,90,70); }

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