#A85057

Color #A85057 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #A85057

Tints of Hippie Pink #A85057

Color information

#A85057 (or 0xA85057) is unknown color: approx Hippie Pink. HEX triplet: A8, 50 and 57. RGB value is (168,80,87). Sum of RGB (Red+Green+Blue) = 168+80+87=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A85057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85057 is #57AFA8. Grayscale: #6B6B6B. Windows color (decimal): -5746601 or 5722280. OLE color: 5722280.

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

Color convert

RGB1688087-
CMYK00.520.480.34
HSL355.23º35.48%48.63%-
HSV(B)355.23º52.38%65.88%-
XYZ20.7414.7510.77-
YUV107.11116.65171.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.15%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 87 (34.38% from 255) = 25.97%
R=50.15%
G=23.88%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168808700.520.480.34355.2335.4848.63
HexA8505703430221632331
Octal25012012706460425434361
Binary10101000101000010101110110100110000100010101100011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85057; }

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

 H1.HeaderClassName
 {
   color: #A85057;
 }
 .AnyTagClassName
 {
   color: #A85057;
 }
</style>
background-color css

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

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

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

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

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

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