#A95262

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

Shades of Hippie Pink #A95262

Tints of Hippie Pink #A95262

Color information

#A95262 (or 0xA95262) is unknown color: approx Hippie Pink. HEX triplet: A9, 52 and 62. RGB value is (169,82,98). Sum of RGB (Red+Green+Blue) = 169+82+98=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A95262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95262 is #56AD9D. Grayscale: #6D6D6D. Windows color (decimal): -5680542 or 6443689. OLE color: 6443689.

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

Color convert

RGB1698298-
CMYK00.510.420.34
HSL348.97º34.66%49.22%-
HSV(B)348.97º51.48%66.27%-
XYZ21.5815.3513.38-
YUV109.84121.32170.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 82 (32.42% from 255) = 23.50%
BLUE value IS 98 (38.67% from 255) = 28.08%
R=48.42%
G=23.50%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169829800.510.420.34348.9734.6649.22
HexA952620332A2215d2331
Octal25112214206352425354361
Binary10101001101001011000100110011101010100010101011101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95262; }

 p { color: rgb(169,82,98); }

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

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

 a { background-color: rgb(169,82,98); }

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

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

 span { border-color: rgb(169,82,98); }

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