Html Css Color HEX #A85460 Hippie Pink

📋 copy color: '#A85460'

red 168 ◦ green 84 ◦ blue 96

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

Shades of Hippie Pink #A85460

Tints of Hippie Pink #A85460

RGB

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

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

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

R = 48.28%
G = 24.14%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A85460 (or 0xA85460) is known color: Hippie Pink. HEX triplet: A8, 54 and 60. RGB value is (168,84,96). Sum of RGB (Red+Green+Blue) = 168+84+96=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A85460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85460 is #57AB9F. Grayscale: #6E6E6E. Windows color (decimal): -5745568 or 6313128. OLE color: 6313128.

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

Color convert

RGB 168 84 96 -
CMYK 0 0.5 0.43 0.34
HSL 351.43º 0.33% 0.49% -
HSV(B) 351.43º 0.5% 0.66% -
XYZ 21.43 15.51 12.93 -
YUV 110.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 168 84 96 0 0.5 0.43 0.34 351.43 0.33 0.49
Hex A8 54 60 0 32 2B 22 15F 21 31
Octal 250 124 140 0 62 53 42 537 41 61
Binary 10101000 1010100 1100000 0 110010 101011 100010 101011111 100001 110001

Color Harmonies of #A85460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85460

Black with #A85460

Text Example


Text Example

White with #A85460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85460; }

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

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

background-color css

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

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

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

border-color css

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

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

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