#A55257

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

Shades of Hippie Pink #A55257

Tints of Hippie Pink #A55257

Color information

#A55257 (or 0xA55257) is unknown color: approx Hippie Pink. HEX triplet: A5, 52 and 57. RGB value is (165,82,87). Sum of RGB (Red+Green+Blue) = 165+82+87=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A55257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55257 is #5AADA8. Grayscale: #6B6B6B. Windows color (decimal): -5942697 or 5722789. OLE color: 5722789.

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

Color convert

RGB1658287-
CMYK00.500.470.35
HSL356.39º33.6%48.43%-
HSV(B)356.39º50.3%64.71%-
XYZ20.2514.7210.79-
YUV107.39116.5169.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.40%
GREEN value IS 82 (32.42% from 255) = 24.55%
BLUE value IS 87 (34.38% from 255) = 26.05%
R=49.40%
G=24.55%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165828700.500.470.35356.3933.648.43
HexA552570322F231642230
Octal24512212706257435444260
Binary10100101101001010101110110010101111100011101100100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55257; }

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

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

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

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

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

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

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

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