#A84652

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

Shades of Hippie Pink #A84652

Tints of Hippie Pink #A84652

Color information

#A84652 (or 0xA84652) is unknown color: approx Hippie Pink. HEX triplet: A8, 46 and 52. RGB value is (168,70,82). Sum of RGB (Red+Green+Blue) = 168+70+82=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A84652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84652 is #57B9AD. Grayscale: #646464. Windows color (decimal): -5749166 or 5392040. OLE color: 5392040.

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

Color convert

RGB1687082-
CMYK00.580.510.34
HSL352.65º41.18%46.67%-
HSV(B)352.65º58.33%65.88%-
XYZ19.8613.319.51-
YUV100.67117.47176.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.5%
GREEN value IS 70 (27.73% from 255) = 21.88%
BLUE value IS 82 (32.42% from 255) = 25.62%
R=52.5%
G=21.88%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168708200.580.510.34352.6541.1846.67
HexA8465203A3322161292f
Octal25010612207263425415157
Binary10101000100011010100100111010110011100010101100001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84652; }

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

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

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

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

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

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

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

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