#A95061

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

Shades of Hippie Pink #A95061

Tints of Hippie Pink #A95061

Color information

#A95061 (or 0xA95061) is unknown color: approx Hippie Pink. HEX triplet: A9, 50 and 61. RGB value is (169,80,97). Sum of RGB (Red+Green+Blue) = 169+80+97=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A95061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95061 is #56AF9E. Grayscale: #6C6C6C. Windows color (decimal): -5681055 or 6377641. OLE color: 6377641.

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

Color convert

RGB1698097-
CMYK00.530.430.34
HSL348.54º35.74%48.82%-
HSV(B)348.54º52.66%66.27%-
XYZ21.3915.0413.08-
YUV108.55121.49171.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.84%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 97 (38.28% from 255) = 28.03%
R=48.84%
G=23.12%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169809700.530.430.34348.5435.7448.82
HexA950610352B2215d2431
Octal25112014106553425354461
Binary10101001101000011000010110101101011100010101011101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95061; }

 p { color: rgb(169,80,97); }

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

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

 a { background-color: rgb(169,80,97); }

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

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

 span { border-color: rgb(169,80,97); }

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