#A9445A

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

Shades of Hippie Pink #A9445A

Tints of Hippie Pink #A9445A

Color information

#A9445A (or 0xA9445A) is unknown color: approx Hippie Pink. HEX triplet: A9, 44 and 5A. RGB value is (169,68,90). Sum of RGB (Red+Green+Blue) = 169+68+90=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A9445A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9445A is #56BBA5. Grayscale: #646464. Windows color (decimal): -5684134 or 5915817. OLE color: 5915817.

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

Color convert

RGB1696890-
CMYK00.600.470.34
HSL346.93º42.62%46.47%-
HSV(B)346.93º59.76%66.27%-
XYZ20.2713.3111.17-
YUV100.71121.96176.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.68%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=51.68%
G=20.80%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169689000.600.470.34346.9342.6246.47
HexA9445A03C2F2215b2b2e
Octal25110413207457425335356
Binary10101001100010010110100111100101111100010101011011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9445A; }

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

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

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

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

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

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

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

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