#A84658

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

Shades of Hippie Pink #A84658

Tints of Hippie Pink #A84658

Color information

#A84658 (or 0xA84658) is unknown color: approx Hippie Pink. HEX triplet: A8, 46 and 58. RGB value is (168,70,88). Sum of RGB (Red+Green+Blue) = 168+70+88=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A84658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84658 is #57B9A7. Grayscale: #656565. Windows color (decimal): -5749160 or 5785256. OLE color: 5785256.

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

Color convert

RGB1687088-
CMYK00.580.480.34
HSL348.98º41.18%46.67%-
HSV(B)348.98º58.33%65.88%-
XYZ20.113.4110.76-
YUV101.35120.47175.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.53%
GREEN value IS 70 (27.73% from 255) = 21.47%
BLUE value IS 88 (34.77% from 255) = 26.99%
R=51.53%
G=21.47%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168708800.580.480.34348.9841.1846.67
HexA8465803A302215d292f
Octal25010613007260425355157
Binary10101000100011010110000111010110000100010101011101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84658; }

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

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

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

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

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

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

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

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