#A84F54

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

Shades of Hippie Pink #A84F54

Tints of Hippie Pink #A84F54

Color information

#A84F54 (or 0xA84F54) is unknown color: approx Hippie Pink. HEX triplet: A8, 4F and 54. RGB value is (168,79,84). Sum of RGB (Red+Green+Blue) = 168+79+84=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84F54 is #57B0AB. Grayscale: #6A6A6A. Windows color (decimal): -5746860 or 5525416. OLE color: 5525416.

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

Color convert

RGB1687984-
CMYK00.530.50.34
HSL356.63º36.03%48.43%-
HSV(B)356.63º52.98%65.88%-
XYZ20.5414.5610.11-
YUV106.18115.49172.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.76%
GREEN value IS 79 (31.25% from 255) = 23.87%
BLUE value IS 84 (33.20% from 255) = 25.38%
R=50.76%
G=23.87%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.5
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168798400.530.50.34356.6336.0348.43
HexA84F5403532221652430
Octal25011712406562425454460
Binary10101000100111110101000110101110010100010101100101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84F54; }

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

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

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

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

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

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

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

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