#a84f59

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

Shades of Hippie Pink #A84F59

Tints of Hippie Pink #A84F59

Color information

#A84F59 (or 0xA84F59) is unknown color: approx Hippie Pink. HEX triplet: A8, 4F and 59. RGB value is (168,79,89). Sum of RGB (Red+Green+Blue) = 168+79+89=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84F59 is #57B0A6. Grayscale: #6A6A6A. Windows color (decimal): -5746855 or 5853096. OLE color: 5853096.

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

Color convert

RGB1687989-
CMYK00.530.470.34
HSL353.26º36.03%48.43%-
HSV(B)353.26º52.98%65.88%-
XYZ20.7514.6411.18-
YUV106.75117.99171.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50%
GREEN value IS 79 (31.25% from 255) = 23.51%
BLUE value IS 89 (35.16% from 255) = 26.49%
R=50%
G=23.51%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168798900.530.470.34353.2636.0348.43
HexA84F590352F221612430
Octal25011713106557425414460
Binary10101000100111110110010110101101111100010101100001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a84f59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a84f59; }

 p { color: rgb(168,79,89); }

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

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

 a { background-color: rgb(168,79,89); }

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

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

 span { border-color: rgb(168,79,89); }

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