#A9445E

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

Shades of Hippie Pink #A9445E

Tints of Hippie Pink #A9445E

Color information

#A9445E (or 0xA9445E) is unknown color: approx Hippie Pink. HEX triplet: A9, 44 and 5E. RGB value is (169,68,94). Sum of RGB (Red+Green+Blue) = 169+68+94=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A9445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9445E is #56BBA1. Grayscale: #656565. Windows color (decimal): -5684130 or 6177961. OLE color: 6177961.

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

Color convert

RGB1696894-
CMYK00.600.440.34
HSL344.55º42.62%46.47%-
HSV(B)344.55º59.76%66.27%-
XYZ20.4513.3812.09-
YUV101.16123.96176.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.06%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=51.06%
G=20.54%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169689400.600.440.34344.5542.6246.47
HexA9445E03C2C221592b2e
Octal25110413607454425315356
Binary10101001100010010111100111100101100100010101011001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9445E; }

 p { color: rgb(169,68,94); }

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

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

 a { background-color: rgb(169,68,94); }

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

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

 span { border-color: rgb(169,68,94); }

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