#A8445B

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

Shades of Hippie Pink #A8445B

Tints of Hippie Pink #A8445B

Color information

#A8445B (or 0xA8445B) is unknown color: approx Hippie Pink. HEX triplet: A8, 44 and 5B. RGB value is (168,68,91). Sum of RGB (Red+Green+Blue) = 168+68+91=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8445B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8445B is #57BBA4. Grayscale: #646464. Windows color (decimal): -5749669 or 5981352. OLE color: 5981352.

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

Color convert

RGB1686891-
CMYK00.600.460.34
HSL346.2º42.37%46.27%-
HSV(B)346.2º59.52%65.88%-
XYZ20.113.2111.39-
YUV100.52122.63176.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.38%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=51.38%
G=20.80%
B=27.83%

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
Decimal168689100.600.460.34346.242.3746.27
HexA8445B03C2E2215a2a2e
Octal25010413307456425325256
Binary10101000100010010110110111100101110100010101011010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8445B; }

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

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

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

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

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

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

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

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