Html Css Color HEX #A85559 Hippie Pink

📋 copy color: '#A85559'

red 168 ◦ green 85 ◦ blue 89

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

Shades of Hippie Pink #A85559

Tints of Hippie Pink #A85559

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.85%

 BLUE value IS 89 (35.16% from 255) = 26.02%

R = 49.12%
G = 24.85%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A85559 (or 0xA85559) is known color: Hippie Pink. HEX triplet: A8, 55 and 59. RGB value is (168,85,89). Sum of RGB (Red+Green+Blue) = 168+85+89=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A85559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85559 is #57AAA6. Grayscale: #6E6E6E. Windows color (decimal): -5745319 or 5854632. OLE color: 5854632.

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

Color convert

RGB 168 85 89 -
CMYK 0 0.49 0.47 0.34
HSL 357.11º 0.33% 0.5% -
HSV(B) 357.11º 0.49% 0.66% -
XYZ 21.2 15.54 11.33 -
YUV 110.27 116 169.17 -
System Red Green Blue C M Y K H S L
Decimal 168 85 89 0 0.49 0.47 0.34 357.11 0.33 0.5
Hex A8 55 59 0 31 2F 22 165 21 32
Octal 250 125 131 0 61 57 42 545 41 62
Binary 10101000 1010101 1011001 0 110001 101111 100010 101100101 100001 110010

Color Harmonies of #A85559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85559

Black with #A85559

Text Example


Text Example

White with #A85559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85559; }

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

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

background-color css

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

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

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

border-color css

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

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

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