#A94E50

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

Shades of Hippie Pink #A94E50

Tints of Hippie Pink #A94E50

Color information

#A94E50 (or 0xA94E50) is unknown color: approx Hippie Pink. HEX triplet: A9, 4E and 50. RGB value is (169,78,80). Sum of RGB (Red+Green+Blue) = 169+78+80=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94E50 is #56B1AF. Grayscale: #696969. Windows color (decimal): -5681584 or 5263017. OLE color: 5263017.

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

Color convert

RGB1697880-
CMYK00.540.530.34
HSL358.68º36.84%48.43%-
HSV(B)358.68º53.85%66.27%-
XYZ20.5314.469.3-
YUV105.44113.65173.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.68%
GREEN value IS 78 (30.86% from 255) = 23.85%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=51.68%
G=23.85%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169788000.540.530.34358.6836.8448.43
HexA94E5003635221672530
Octal25111612006665425474560
Binary10101001100111010100000110110110101100010101100111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94E50; }

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

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

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

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

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

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

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

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