#A94F54

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

Shades of Hippie Pink #A94F54

Tints of Hippie Pink #A94F54

Color information

#A94F54 (or 0xA94F54) is unknown color: approx Hippie Pink. HEX triplet: A9, 4F and 54. RGB value is (169,79,84). Sum of RGB (Red+Green+Blue) = 169+79+84=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94F54 is #56B0AB. Grayscale: #6A6A6A. Windows color (decimal): -5681324 or 5525417. OLE color: 5525417.

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

Color convert

RGB1697984-
CMYK00.530.500.34
HSL356.67º36.29%48.63%-
HSV(B)356.67º53.25%66.27%-
XYZ20.7614.6710.12-
YUV106.48115.32172.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.90%
GREEN value IS 79 (31.25% from 255) = 23.80%
BLUE value IS 84 (33.20% from 255) = 25.30%
R=50.90%
G=23.80%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169798400.530.500.34356.6736.2948.63
HexA94F5403532221652431
Octal25111712406562425454461
Binary10101001100111110101000110101110010100010101100101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94F54; }

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

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

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

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

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

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

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

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