#A84754

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

Shades of Hippie Pink #A84754

Tints of Hippie Pink #A84754

Color information

#A84754 (or 0xA84754) is unknown color: approx Hippie Pink. HEX triplet: A8, 47 and 54. RGB value is (168,71,84). Sum of RGB (Red+Green+Blue) = 168+71+84=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A84754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84754 is #57B8AB. Grayscale: #656565. Windows color (decimal): -5748908 or 5523368. OLE color: 5523368.

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

Color convert

RGB1687184-
CMYK00.580.50.34
HSL351.96º40.59%46.86%-
HSV(B)351.96º57.74%65.88%-
XYZ2013.479.93-
YUV101.48118.14175.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.01%
GREEN value IS 71 (28.12% from 255) = 21.98%
BLUE value IS 84 (33.20% from 255) = 26.01%
R=52.01%
G=21.98%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.5
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168718400.580.50.34351.9640.5946.86
HexA8475403A3222160292f
Octal25010712407262425405157
Binary10101000100011110101000111010110010100010101100000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84754; }

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

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

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

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

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

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

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

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