Html Css Color HEX #A95159 Hippie Pink

📋 copy color: '#A95159'

red 169 ◦ green 81 ◦ blue 89

#A95159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #A95159

Tints of Hippie Pink #A95159

RGB

 RED value IS 169 (66.41% from 255) = 49.85%

 GREEN value IS 81 (32.03% from 255) = 23.89%

 BLUE value IS 89 (35.16% from 255) = 26.25%

R = 49.85%
G = 23.89%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A95159 (or 0xA95159) is known color: Hippie Pink. HEX triplet: A9, 51 and 59. RGB value is (169,81,89). Sum of RGB (Red+Green+Blue) = 169+81+89=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A95159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95159 is #56AEA6. Grayscale: #6C6C6C. Windows color (decimal): -5680807 or 5853609. OLE color: 5853609.

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

Color convert

RGB 169 81 89 -
CMYK 0 0.52 0.47 0.34
HSL 354.55º 0.35% 0.49% -
HSV(B) 354.55º 0.52% 0.66% -
XYZ 21.11 15.04 11.24 -
YUV 108.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 169 81 89 0 0.52 0.47 0.34 354.55 0.35 0.49
Hex A9 51 59 0 34 2F 22 163 23 31
Octal 251 121 131 0 64 57 42 543 43 61
Binary 10101001 1010001 1011001 0 110100 101111 100010 101100011 100011 110001

Color Harmonies of #A95159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95159

Black with #A95159

Text Example


Text Example

White with #A95159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95159; }

 p { color: rgb(169,81,89); }

 H1.HeaderClassName
 {
   color: #A95159;
 }
 .AnyTagClassName
 {
   color: #A95159;
 }
</style>

background-color css

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

 a { background-color: rgb(169,81,89); }

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

border-color css

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

 span { border-color: rgb(169,81,89); }

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