#A9445B

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

Shades of Hippie Pink #A9445B

Tints of Hippie Pink #A9445B

Color information

#A9445B (or 0xA9445B) is unknown color: approx Hippie Pink. HEX triplet: A9, 44 and 5B. RGB value is (169,68,91). Sum of RGB (Red+Green+Blue) = 169+68+91=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A9445B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9445B is #56BBA4. Grayscale: #646464. Windows color (decimal): -5684133 or 5981353. OLE color: 5981353.

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

Color convert

RGB1696891-
CMYK00.600.460.34
HSL346.34º42.62%46.47%-
HSV(B)346.34º59.76%66.27%-
XYZ20.3213.3211.4-
YUV100.82122.46176.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.52%
GREEN value IS 68 (26.95% from 255) = 20.73%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=51.52%
G=20.73%
B=27.74%

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
Decimal169689100.600.460.34346.3442.6246.47
HexA9445B03C2E2215a2b2e
Octal25110413307456425325356
Binary10101001100010010110110111100101110100010101011010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9445B; }

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

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

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

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

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

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

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

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