#A9445C

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

Shades of Hippie Pink #A9445C

Tints of Hippie Pink #A9445C

Color information

#A9445C (or 0xA9445C) is unknown color: approx Hippie Pink. HEX triplet: A9, 44 and 5C. RGB value is (169,68,92). Sum of RGB (Red+Green+Blue) = 169+68+92=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A9445C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9445C is #56BBA3. Grayscale: #646464. Windows color (decimal): -5684132 or 6046889. OLE color: 6046889.

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

Color convert

RGB1696892-
CMYK00.600.460.34
HSL345.74º42.62%46.47%-
HSV(B)345.74º59.76%66.27%-
XYZ20.3613.3411.63-
YUV100.94122.96176.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.37%
GREEN value IS 68 (26.95% from 255) = 20.67%
BLUE value IS 92 (36.33% from 255) = 27.96%
R=51.37%
G=20.67%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169689200.600.460.34345.7442.6246.47
HexA9445C03C2E2215a2b2e
Octal25110413407456425325356
Binary10101001100010010111000111100101110100010101011010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9445C; }

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

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

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

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

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

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

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

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