#A85458

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

Shades of Hippie Pink #A85458

Tints of Hippie Pink #A85458

Color information

#A85458 (or 0xA85458) is unknown color: approx Hippie Pink. HEX triplet: A8, 54 and 58. RGB value is (168,84,88). Sum of RGB (Red+Green+Blue) = 168+84+88=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A85458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85458 is #57ABA7. Grayscale: #6D6D6D. Windows color (decimal): -5745576 or 5788840. OLE color: 5788840.

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

Color convert

RGB1688488-
CMYK00.50.480.34
HSL357.14º33.33%49.41%-
HSV(B)357.14º50%65.88%-
XYZ21.0815.3711.09-
YUV109.57115.83169.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.41%
GREEN value IS 84 (33.20% from 255) = 24.71%
BLUE value IS 88 (34.77% from 255) = 25.88%
R=49.41%
G=24.71%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168848800.50.480.34357.1433.3349.41
HexA8545803230221652131
Octal25012413006260425454161
Binary10101000101010010110000110010110000100010101100101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85458; }

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

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

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

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

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

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

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

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