Html Css Color HEX #A85556 Hippie Pink

📋 copy color: '#A85556'

red 168 ◦ green 85 ◦ blue 86

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

Shades of Hippie Pink #A85556

Tints of Hippie Pink #A85556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.37%

R = 49.56%
G = 25.07%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A85556 (or 0xA85556) is known color: Hippie Pink. HEX triplet: A8, 55 and 56. RGB value is (168,85,86). Sum of RGB (Red+Green+Blue) = 168+85+86=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A85556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85556 is #57AAA9. Grayscale: #6E6E6E. Windows color (decimal): -5745322 or 5658024. OLE color: 5658024.

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

Color convert

RGB 168 85 86 -
CMYK 0 0.49 0.49 0.34
HSL 359.28º 0.33% 0.5% -
HSV(B) 359.28º 0.49% 0.66% -
XYZ 21.08 15.49 10.68 -
YUV 109.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 168 85 86 0 0.49 0.49 0.34 359.28 0.33 0.5
Hex A8 55 56 0 31 31 22 167 21 32
Octal 250 125 126 0 61 61 42 547 41 62
Binary 10101000 1010101 1010110 0 110001 110001 100010 101100111 100001 110010

Color Harmonies of #A85556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85556

Black with #A85556

Text Example


Text Example

White with #A85556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85556; }

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

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

background-color css

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

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

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

border-color css

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

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

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