#A55259

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

Shades of Hippie Pink #A55259

Tints of Hippie Pink #A55259

Color information

#A55259 (or 0xA55259) is unknown color: approx Hippie Pink. HEX triplet: A5, 52 and 59. RGB value is (165,82,89). Sum of RGB (Red+Green+Blue) = 165+82+89=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A55259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55259 is #5AADA6. Grayscale: #6B6B6B. Windows color (decimal): -5942695 or 5853861. OLE color: 5853861.

HSL color Cylindrical-coordinate representation of color #A55259: hue angle of 354.94º 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 #A55259 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB1658289-
CMYK00.500.460.35
HSL354.94º33.6%48.43%-
HSV(B)354.94º50.3%64.71%-
XYZ20.3414.7611.23-
YUV107.62117.5168.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.11%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 89 (35.16% from 255) = 26.49%
R=49.11%
G=24.40%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165828900.500.460.35354.9433.648.43
HexA552590322E231632230
Octal24512213106256435434260
Binary10100101101001010110010110010101110100011101100011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55259; }

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

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

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

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

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

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

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

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