Html Css Color HEX #A95558 Hippie Pink

📋 copy color: '#A95558'

red 169 ◦ green 85 ◦ blue 88

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

Shades of Hippie Pink #A95558

Tints of Hippie Pink #A95558

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.85%

 BLUE value IS 88 (34.77% from 255) = 25.73%

R = 49.42%
G = 24.85%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A95558 (or 0xA95558) is known color: Hippie Pink. HEX triplet: A9, 55 and 58. RGB value is (169,85,88). Sum of RGB (Red+Green+Blue) = 169+85+88=342 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.42% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 169 - color contains mainly: red. Hex color #A95558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95558 is #56AAA7. Grayscale: #6E6E6E. Windows color (decimal): -5679784 or 5789097. OLE color: 5789097.

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

Color convert

RGB 169 85 88 -
CMYK 0 0.50 0.48 0.34
HSL 357.86º 0.33% 0.5% -
HSV(B) 357.86º 0.5% 0.66% -
XYZ 21.37 15.64 11.12 -
YUV 110.46 115.33 169.76 -
System Red Green Blue C M Y K H S L
Decimal 169 85 88 0 0.50 0.48 0.34 357.86 0.33 0.5
Hex A9 55 58 0 32 30 22 166 21 32
Octal 251 125 130 0 62 60 42 546 41 62
Binary 10101001 1010101 1011000 0 110010 110000 100010 101100110 100001 110010

Color Harmonies of #A95558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95558

Black with #A95558

Text Example


Text Example

White with #A95558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95558; }

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

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

background-color css

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

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

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

border-color css

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

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

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