#A94F57

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

Shades of Hippie Pink #A94F57

Tints of Hippie Pink #A94F57

Color information

#A94F57 (or 0xA94F57) is unknown color: approx Hippie Pink. HEX triplet: A9, 4F and 57. RGB value is (169,79,87). Sum of RGB (Red+Green+Blue) = 169+79+87=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94F57 is #56B0A8. Grayscale: #6A6A6A. Windows color (decimal): -5681321 or 5722025. OLE color: 5722025.

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

Color convert

RGB1697987-
CMYK00.530.490.34
HSL354.67º36.29%48.63%-
HSV(B)354.67º53.25%66.27%-
XYZ20.8814.7210.76-
YUV106.82116.82172.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.45%
GREEN value IS 79 (31.25% from 255) = 23.58%
BLUE value IS 87 (34.38% from 255) = 25.97%
R=50.45%
G=23.58%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169798700.530.490.34354.6736.2948.63
HexA94F5703531221632431
Octal25111712706561425434461
Binary10101001100111110101110110101110001100010101100011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94F57; }

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

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

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

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

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

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

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

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