#A94259

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

Shades of Hippie Pink #A94259

Tints of Hippie Pink #A94259

Color information

#A94259 (or 0xA94259) is unknown color: approx Hippie Pink. HEX triplet: A9, 42 and 59. RGB value is (169,66,89). Sum of RGB (Red+Green+Blue) = 169+66+89=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A94259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94259 is #56BDA6. Grayscale: #636363. Windows color (decimal): -5684647 or 5849769. OLE color: 5849769.

HSL color Cylindrical-coordinate representation of color #A94259: hue angle of 346.6º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A94259 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB1696689-
CMYK00.610.470.34
HSL346.6º43.83%46.08%-
HSV(B)346.6º60.95%66.27%-
XYZ20.1113.0510.91-
YUV99.42122.12177.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.16%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 89 (35.16% from 255) = 27.47%
R=52.16%
G=20.37%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169668900.610.470.34346.643.8346.08
HexA9425903D2F2215b2c2e
Octal25110213107557425335456
Binary10101001100001010110010111101101111100010101011011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94259; }

 p { color: rgb(169,66,89); }

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

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

 a { background-color: rgb(169,66,89); }

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

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

 span { border-color: rgb(169,66,89); }

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