#A84B57

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

Shades of Hippie Pink #A84B57

Tints of Hippie Pink #A84B57

Color information

#A84B57 (or 0xA84B57) is unknown color: approx Hippie Pink. HEX triplet: A8, 4B and 57. RGB value is (168,75,87). Sum of RGB (Red+Green+Blue) = 168+75+87=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84B57 is #57B4A8. Grayscale: #686868. Windows color (decimal): -5747881 or 5721000. OLE color: 5721000.

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

Color convert

RGB1687587-
CMYK00.550.480.34
HSL352.26º38.27%47.65%-
HSV(B)352.26º55.36%65.88%-
XYZ20.3814.0510.65-
YUV104.18118.31173.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.91%
GREEN value IS 75 (29.69% from 255) = 22.73%
BLUE value IS 87 (34.38% from 255) = 26.36%
R=50.91%
G=22.73%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168758700.550.480.34352.2638.2747.65
HexA84B5703730221602630
Octal25011312706760425404660
Binary10101000100101110101110110111110000100010101100000100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84B57; }

 p { color: rgb(168,75,87); }

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

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

 a { background-color: rgb(168,75,87); }

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

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

 span { border-color: rgb(168,75,87); }

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