#A94A4E

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

Shades of Hippie Pink #A94A4E

Tints of Hippie Pink #A94A4E

Color information

#A94A4E (or 0xA94A4E) is unknown color: approx Hippie Pink. HEX triplet: A9, 4A and 4E. RGB value is (169,74,78). Sum of RGB (Red+Green+Blue) = 169+74+78=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94A4E is #56B5B1. Grayscale: #666666. Windows color (decimal): -5682610 or 5130921. OLE color: 5130921.

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

Color convert

RGB1697478-
CMYK00.560.540.34
HSL357.47º39.09%47.65%-
HSV(B)357.47º56.21%66.27%-
XYZ20.1913.888.82-
YUV102.86113.97175.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.65%
GREEN value IS 74 (29.30% from 255) = 23.05%
BLUE value IS 78 (30.86% from 255) = 24.30%
R=52.65%
G=23.05%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169747800.560.540.34357.4739.0947.65
HexA94A4E03836221652730
Octal25111211607066425454760
Binary10101001100101010011100111000110110100010101100101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94A4E; }

 p { color: rgb(169,74,78); }

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

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

 a { background-color: rgb(169,74,78); }

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

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

 span { border-color: rgb(169,74,78); }

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