#A95455

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

Shades of Hippie Pink #A95455

Tints of Hippie Pink #A95455

Color information

#A95455 (or 0xA95455) is unknown color: approx Hippie Pink. HEX triplet: A9, 54 and 55. RGB value is (169,84,85). Sum of RGB (Red+Green+Blue) = 169+84+85=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A95455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95455 is #56ABAA. Grayscale: #6D6D6D. Windows color (decimal): -5680043 or 5592233. OLE color: 5592233.

HSL color Cylindrical-coordinate representation of color #A95455: hue angle of 359.29º degrees, saturation: 0.34, 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 #A95455 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB1698485-
CMYK00.500.500.34
HSL359.29º33.6%49.61%-
HSV(B)359.29º50.3%66.27%-
XYZ21.1715.4310.46-
YUV109.53114.16170.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 24.85%
BLUE value IS 85 (33.59% from 255) = 25.15%
R=50%
G=24.85%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169848500.500.500.34359.2933.649.61
HexA9545503232221672232
Octal25112412506262425474262
Binary10101001101010010101010110010110010100010101100111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95455; }

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

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

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

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

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

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

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

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