Html Css Color HEX #A85961 Hippie Pink

📋 copy color: '#A85961'

red 168 ◦ green 89 ◦ blue 97

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

Shades of Hippie Pink #A85961

Tints of Hippie Pink #A85961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.4%

R = 47.46%
G = 25.14%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A85961 (or 0xA85961) is known color: Hippie Pink. HEX triplet: A8, 59 and 61. RGB value is (168,89,97). Sum of RGB (Red+Green+Blue) = 168+89+97=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A85961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85961 is #57A69E. Grayscale: #717171. Windows color (decimal): -5744287 or 6379944. OLE color: 6379944.

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

Color convert

RGB 168 89 97 -
CMYK 0 0.47 0.42 0.34
HSL 353.92º 0.31% 0.5% -
HSV(B) 353.92º 0.47% 0.66% -
XYZ 21.88 16.33 13.31 -
YUV 113.53 118.67 166.85 -
System Red Green Blue C M Y K H S L
Decimal 168 89 97 0 0.47 0.42 0.34 353.92 0.31 0.5
Hex A8 59 61 0 2F 2A 22 162 1F 32
Octal 250 131 141 0 57 52 42 542 37 62
Binary 10101000 1011001 1100001 0 101111 101010 100010 101100010 11111 110010

Color Harmonies of #A85961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85961

Black with #A85961

Text Example


Text Example

White with #A85961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85961; }

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

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

background-color css

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

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

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

border-color css

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

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

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