#A55B55

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

Shades of Crail #A55B55

Tints of Crail #A55B55

Color information

#A55B55 (or 0xA55B55) is unknown color: approx Crail. HEX triplet: A5, 5B and 55. RGB value is (165,91,85). Sum of RGB (Red+Green+Blue) = 165+91+85=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55B55 is #5AA4AA. Grayscale: #707070. Windows color (decimal): -5940395 or 5594021. OLE color: 5594021.

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

Color convert

RGB1659185-
CMYK00.450.480.35
HSL4.5º32%49.02%-
HSV(B)4.5º48.48%64.71%-
XYZ20.916.1410.61-
YUV112.44112.52165.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.39%
GREEN value IS 91 (35.94% from 255) = 26.69%
BLUE value IS 85 (33.59% from 255) = 24.93%
R=48.39%
G=26.69%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165918500.450.480.354.53249.02
HexA55B5502D302352031
Octal245133125055604354061
Binary10100101101101110101010101101110000100011101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B55; }

 p { color: rgb(165,91,85); }

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

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

 a { background-color: rgb(165,91,85); }

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

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

 span { border-color: rgb(165,91,85); }

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