#A84751

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

Shades of Hippie Pink #A84751

Tints of Hippie Pink #A84751

Color information

#A84751 (or 0xA84751) is unknown color: approx Hippie Pink. HEX triplet: A8, 47 and 51. RGB value is (168,71,81). Sum of RGB (Red+Green+Blue) = 168+71+81=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A84751 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84751 is #57B8AE. Grayscale: #656565. Windows color (decimal): -5748911 or 5326760. OLE color: 5326760.

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

Color convert

RGB1687181-
CMYK00.580.520.34
HSL353.81º40.59%46.86%-
HSV(B)353.81º57.74%65.88%-
XYZ19.8913.439.33-
YUV101.14116.64175.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.5%
GREEN value IS 71 (28.12% from 255) = 22.19%
BLUE value IS 81 (32.03% from 255) = 25.31%
R=52.5%
G=22.19%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168718100.580.520.34353.8140.5946.86
HexA8475103A3422162292f
Octal25010712107264425425157
Binary10101000100011110100010111010110100100010101100010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84751; }

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

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

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

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

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

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

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

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