#A84D62

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

Shades of Hippie Pink #A84D62

Tints of Hippie Pink #A84D62

Color information

#A84D62 (or 0xA84D62) is unknown color: approx Hippie Pink. HEX triplet: A8, 4D and 62. RGB value is (168,77,98). Sum of RGB (Red+Green+Blue) = 168+77+98=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84D62 is #57B29D. Grayscale: #6A6A6A. Windows color (decimal): -5747358 or 6442408. OLE color: 6442408.

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

Color convert

RGB1687798-
CMYK00.540.420.34
HSL346.15º37.14%48.04%-
HSV(B)346.15º54.17%65.88%-
XYZ21.0114.5113.25-
YUV106.6123.15171.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.98%
GREEN value IS 77 (30.47% from 255) = 22.45%
BLUE value IS 98 (38.67% from 255) = 28.57%
R=48.98%
G=22.45%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168779800.540.420.34346.1537.1448.04
HexA84D620362A2215a2530
Octal25011514206652425324560
Binary10101000100110111000100110110101010100010101011010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84D62; }

 p { color: rgb(168,77,98); }

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

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

 a { background-color: rgb(168,77,98); }

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

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

 span { border-color: rgb(168,77,98); }

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