#A55261

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

Shades of Hippie Pink #A55261

Tints of Hippie Pink #A55261

Color information

#A55261 (or 0xA55261) is unknown color: approx Hippie Pink. HEX triplet: A5, 52 and 61. RGB value is (165,82,97). Sum of RGB (Red+Green+Blue) = 165+82+97=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A55261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55261 is #5AAD9E. Grayscale: #6C6C6C. Windows color (decimal): -5942687 or 6378149. OLE color: 6378149.

HSL color Cylindrical-coordinate representation of color #A55261: hue angle of 349.16º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55261 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB1658297-
CMYK00.500.410.35
HSL349.16º33.6%48.43%-
HSV(B)349.16º50.3%64.71%-
XYZ20.6914.913.09-
YUV108.53121.5168.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.97%
GREEN value IS 82 (32.42% from 255) = 23.84%
BLUE value IS 97 (38.28% from 255) = 28.20%
R=47.97%
G=23.84%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165829700.500.410.35349.1633.648.43
HexA55261032292315d2230
Octal24512214106251435354260
Binary10100101101001011000010110010101001100011101011101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55261; }

 p { color: rgb(165,82,97); }

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

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

 a { background-color: rgb(165,82,97); }

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

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

 span { border-color: rgb(165,82,97); }

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