Html Css Color HEX #A85557 Hippie Pink

📋 copy color: '#A85557'

red 168 ◦ green 85 ◦ blue 87

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

Shades of Hippie Pink #A85557

Tints of Hippie Pink #A85557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.59%

R = 49.41%
G = 25%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A85557 (or 0xA85557) is known color: Hippie Pink. HEX triplet: A8, 55 and 57. RGB value is (168,85,87). Sum of RGB (Red+Green+Blue) = 168+85+87=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A85557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85557 is #57AAA8. Grayscale: #6E6E6E. Windows color (decimal): -5745321 or 5723560. OLE color: 5723560.

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

Color convert

RGB 168 85 87 -
CMYK 0 0.49 0.48 0.34
HSL 358.55º 0.33% 0.5% -
HSV(B) 358.55º 0.49% 0.66% -
XYZ 21.12 15.51 10.9 -
YUV 110.05 115 169.34 -
System Red Green Blue C M Y K H S L
Decimal 168 85 87 0 0.49 0.48 0.34 358.55 0.33 0.5
Hex A8 55 57 0 31 30 22 167 21 32
Octal 250 125 127 0 61 60 42 547 41 62
Binary 10101000 1010101 1010111 0 110001 110000 100010 101100111 100001 110010

Color Harmonies of #A85557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85557

Black with #A85557

Text Example


Text Example

White with #A85557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85557; }

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

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

background-color css

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

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

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

border-color css

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

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

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