#A95557

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

Shades of Hippie Pink #A95557

Tints of Hippie Pink #A95557

Color information

#A95557 (or 0xA95557) is unknown color: approx Hippie Pink. HEX triplet: A9, 55 and 57. RGB value is (169,85,87). Sum of RGB (Red+Green+Blue) = 169+85+87=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A95557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95557 is #56AAA8. Grayscale: #6E6E6E. Windows color (decimal): -5679785 or 5723561. OLE color: 5723561.

HSL color Cylindrical-coordinate representation of color #A95557: hue angle of 358.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A95557 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB1698587-
CMYK00.500.490.34
HSL358.57º33.07%49.8%-
HSV(B)358.57º49.7%66.27%-
XYZ21.3315.6210.91-
YUV110.34114.83169.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.56%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 87 (34.38% from 255) = 25.51%
R=49.56%
G=24.93%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169858700.500.490.34358.5733.0749.8
HexA9555703231221672132
Octal25112512706261425474162
Binary10101001101010110101110110010110001100010101100111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95557; }

 p { color: rgb(169,85,87); }

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

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

 a { background-color: rgb(169,85,87); }

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

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

 span { border-color: rgb(169,85,87); }

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