Html Css Color HEX #A85960 Hippie Pink

📋 copy color: '#A85960'

red 168 ◦ green 89 ◦ blue 96

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

Shades of Hippie Pink #A85960

Tints of Hippie Pink #A85960

RGB

 RED value IS 168 (66.02% from 255) = 47.59%

 GREEN value IS 89 (35.16% from 255) = 25.21%

 BLUE value IS 96 (37.89% from 255) = 27.2%

R = 47.59%
G = 25.21%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A85960 (or 0xA85960) is known color: Hippie Pink. HEX triplet: A8, 59 and 60. RGB value is (168,89,96). Sum of RGB (Red+Green+Blue) = 168+89+96=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A85960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85960 is #57A69F. Grayscale: #717171. Windows color (decimal): -5744288 or 6314408. OLE color: 6314408.

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

Color convert

RGB 168 89 96 -
CMYK 0 0.47 0.43 0.34
HSL 354.68º 0.31% 0.5% -
HSV(B) 354.68º 0.47% 0.66% -
XYZ 21.83 16.31 13.06 -
YUV 113.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 168 89 96 0 0.47 0.43 0.34 354.68 0.31 0.5
Hex A8 59 60 0 2F 2B 22 163 1F 32
Octal 250 131 140 0 57 53 42 543 37 62
Binary 10101000 1011001 1100000 0 101111 101011 100010 101100011 11111 110010

Color Harmonies of #A85960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85960

Black with #A85960

Text Example


Text Example

White with #A85960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85960; }

 p { color: rgb(168,89,96); }

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

background-color css

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

 a { background-color: rgb(168,89,96); }

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

border-color css

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

 span { border-color: rgb(168,89,96); }

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