Html Css Color HEX #A95556 Hippie Pink

📋 copy color: '#A95556'

red 169 ◦ green 85 ◦ blue 86

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

Shades of Hippie Pink #A95556

Tints of Hippie Pink #A95556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.29%

R = 49.71%
G = 25%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A95556 (or 0xA95556) is known color: Hippie Pink. HEX triplet: A9, 55 and 56. RGB value is (169,85,86). Sum of RGB (Red+Green+Blue) = 169+85+86=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A95556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95556 is #56AAA9. Grayscale: #6E6E6E. Windows color (decimal): -5679786 or 5658025. OLE color: 5658025.

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

Color convert

RGB 169 85 86 -
CMYK 0 0.50 0.49 0.34
HSL 359.29º 0.33% 0.5% -
HSV(B) 359.29º 0.5% 0.66% -
XYZ 21.29 15.6 10.69 -
YUV 110.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 169 85 86 0 0.50 0.49 0.34 359.29 0.33 0.5
Hex A9 55 56 0 32 31 22 167 21 32
Octal 251 125 126 0 62 61 42 547 41 62
Binary 10101001 1010101 1010110 0 110010 110001 100010 101100111 100001 110010

Color Harmonies of #A95556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95556

Black with #A95556

Text Example


Text Example

White with #A95556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95556; }

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

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

background-color css

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

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

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

border-color css

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

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

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