#A94D4E

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

Shades of Hippie Pink #A94D4E

Tints of Hippie Pink #A94D4E

Color information

#A94D4E (or 0xA94D4E) is unknown color: approx Hippie Pink. HEX triplet: A9, 4D and 4E. RGB value is (169,77,78). Sum of RGB (Red+Green+Blue) = 169+77+78=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94D4E is #56B2B1. Grayscale: #686868. Windows color (decimal): -5681842 or 5131689. OLE color: 5131689.

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

Color convert

RGB1697778-
CMYK00.540.540.34
HSL359.35º37.4%48.24%-
HSV(B)359.35º54.44%66.27%-
XYZ20.3914.298.89-
YUV104.62112.98173.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.16%
GREEN value IS 77 (30.47% from 255) = 23.77%
BLUE value IS 78 (30.86% from 255) = 24.07%
R=52.16%
G=23.77%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169777800.540.540.34359.3537.448.24
HexA94D4E03636221672530
Octal25111511606666425474560
Binary10101001100110110011100110110110110100010101100111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94D4E; }

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

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

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

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

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

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

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

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