#A8464F

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

Shades of Hippie Pink #A8464F

Tints of Hippie Pink #A8464F

Color information

#A8464F (or 0xA8464F) is unknown color: approx Hippie Pink. HEX triplet: A8, 46 and 4F. RGB value is (168,70,79). Sum of RGB (Red+Green+Blue) = 168+70+79=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A8464F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8464F is #57B9B0. Grayscale: #646464. Windows color (decimal): -5749169 or 5195432. OLE color: 5195432.

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

Color convert

RGB1687079-
CMYK00.580.530.34
HSL354.49º41.18%46.67%-
HSV(B)354.49º58.33%65.88%-
XYZ19.7513.278.92-
YUV100.33115.97176.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.00%
GREEN value IS 70 (27.73% from 255) = 22.08%
BLUE value IS 79 (31.25% from 255) = 24.92%
R=53.00%
G=22.08%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168707900.580.530.34354.4941.1846.67
HexA8464F03A3522162292f
Octal25010611707265425425157
Binary10101000100011010011110111010110101100010101100010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8464F; }

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

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

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

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

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

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

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

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