#A94C54

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

Shades of Hippie Pink #A94C54

Tints of Hippie Pink #A94C54

Color information

#A94C54 (or 0xA94C54) is unknown color: approx Hippie Pink. HEX triplet: A9, 4C and 54. RGB value is (169,76,84). Sum of RGB (Red+Green+Blue) = 169+76+84=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94C54 is #56B3AB. Grayscale: #686868. Windows color (decimal): -5682092 or 5524649. OLE color: 5524649.

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

Color convert

RGB1697684-
CMYK00.550.500.34
HSL354.84º37.96%48.04%-
HSV(B)354.84º55.03%66.27%-
XYZ20.5514.2410.05-
YUV104.72116.31173.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.37%
GREEN value IS 76 (30.08% from 255) = 23.10%
BLUE value IS 84 (33.20% from 255) = 25.53%
R=51.37%
G=23.10%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169768400.550.500.34354.8437.9648.04
HexA94C5403732221632630
Octal25111412406762425434660
Binary10101001100110010101000110111110010100010101100011100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94C54; }

 p { color: rgb(169,76,84); }

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

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

 a { background-color: rgb(169,76,84); }

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

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

 span { border-color: rgb(169,76,84); }

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