#A8445D

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

Shades of Hippie Pink #A8445D

Tints of Hippie Pink #A8445D

Color information

#A8445D (or 0xA8445D) is unknown color: approx Hippie Pink. HEX triplet: A8, 44 and 5D. RGB value is (168,68,93). Sum of RGB (Red+Green+Blue) = 168+68+93=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A8445D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8445D is #57BBA2. Grayscale: #646464. Windows color (decimal): -5749667 or 6112424. OLE color: 6112424.

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

Color convert

RGB1686893-
CMYK00.600.450.34
HSL345º42.37%46.27%-
HSV(B)345º59.52%65.88%-
XYZ20.1913.2511.85-
YUV100.75123.63175.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.06%
GREEN value IS 68 (26.95% from 255) = 20.67%
BLUE value IS 93 (36.72% from 255) = 28.27%
R=51.06%
G=20.67%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168689300.600.450.3434542.3746.27
HexA8445D03C2D221592a2e
Octal25010413507455425315256
Binary10101000100010010111010111100101101100010101011001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8445D; }

 p { color: rgb(168,68,93); }

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

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

 a { background-color: rgb(168,68,93); }

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

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

 span { border-color: rgb(168,68,93); }

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