Html Css Color HEX #A85663 Hippie Pink

📋 copy color: '#A85663'

red 168 ◦ green 86 ◦ blue 99

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

Shades of Hippie Pink #A85663

Tints of Hippie Pink #A85663

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.36%

 BLUE value IS 99 (39.06% from 255) = 28.05%

R = 47.59%
G = 24.36%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A85663 (or 0xA85663) is known color: Hippie Pink. HEX triplet: A8, 56 and 63. RGB value is (168,86,99). Sum of RGB (Red+Green+Blue) = 168+86+99=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A85663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85663 is #57A99C. Grayscale: #707070. Windows color (decimal): -5745053 or 6510248. OLE color: 6510248.

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

Color convert

RGB 168 86 99 -
CMYK 0 0.49 0.41 0.34
HSL 350.49º 0.32% 0.5% -
HSV(B) 350.49º 0.49% 0.66% -
XYZ 21.73 15.88 13.72 -
YUV 112 120.67 167.94 -
System Red Green Blue C M Y K H S L
Decimal 168 86 99 0 0.49 0.41 0.34 350.49 0.32 0.5
Hex A8 56 63 0 31 29 22 15E 20 32
Octal 250 126 143 0 61 51 42 536 40 62
Binary 10101000 1010110 1100011 0 110001 101001 100010 101011110 100000 110010

Color Harmonies of #A85663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85663

Black with #A85663

Text Example


Text Example

White with #A85663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85663; }

 p { color: rgb(168,86,99); }

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

background-color css

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

 a { background-color: rgb(168,86,99); }

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

border-color css

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

 span { border-color: rgb(168,86,99); }

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