#a9464f

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

Shades of Hippie Pink #A9464F

Tints of Hippie Pink #A9464F

Color information

#A9464F (or 0xA9464F) is unknown color: approx Hippie Pink. HEX triplet: A9, 46 and 4F. RGB value is (169,70,79). Sum of RGB (Red+Green+Blue) = 169+70+79=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A9464F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9464F is #56B9B0. Grayscale: #646464. Windows color (decimal): -5683633 or 5195433. OLE color: 5195433.

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

Color convert

RGB1697079-
CMYK00.590.530.34
HSL354.55º41.42%46.86%-
HSV(B)354.55º58.58%66.27%-
XYZ19.9613.388.93-
YUV100.63115.8176.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.14%
GREEN value IS 70 (27.73% from 255) = 22.01%
BLUE value IS 79 (31.25% from 255) = 24.84%
R=53.14%
G=22.01%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169707900.590.530.34354.5541.4246.86
HexA9464F03B3522163292f
Octal25110611707365425435157
Binary10101001100011010011110111011110101100010101100011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9464f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9464f; }

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

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

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

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

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

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

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

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