Html Css Color HEX #A85463 Hippie Pink

📋 copy color: '#A85463'

red 168 ◦ green 84 ◦ blue 99

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

Shades of Hippie Pink #A85463

Tints of Hippie Pink #A85463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.93%

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

R = 47.86%
G = 23.93%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A85463 (or 0xA85463) is known color: Hippie Pink. HEX triplet: A8, 54 and 63. RGB value is (168,84,99). Sum of RGB (Red+Green+Blue) = 168+84+99=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A85463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85463 is #57AB9C. Grayscale: #6E6E6E. Windows color (decimal): -5745565 or 6509736. OLE color: 6509736.

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

Color convert

RGB 168 84 99 -
CMYK 0 0.5 0.41 0.34
HSL 349.29º 0.33% 0.49% -
HSV(B) 349.29º 0.5% 0.66% -
XYZ 21.57 15.57 13.67 -
YUV 110.83 121.33 168.78 -
System Red Green Blue C M Y K H S L
Decimal 168 84 99 0 0.5 0.41 0.34 349.29 0.33 0.49
Hex A8 54 63 0 32 29 22 15D 21 31
Octal 250 124 143 0 62 51 42 535 41 61
Binary 10101000 1010100 1100011 0 110010 101001 100010 101011101 100001 110001

Color Harmonies of #A85463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85463

Black with #A85463

Text Example


Text Example

White with #A85463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85463; }

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

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

background-color css

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

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

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

border-color css

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

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

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