#A8455D

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

Shades of Hippie Pink #A8455D

Tints of Hippie Pink #A8455D

Color information

#A8455D (or 0xA8455D) is unknown color: approx Hippie Pink. HEX triplet: A8, 45 and 5D. RGB value is (168,69,93). Sum of RGB (Red+Green+Blue) = 168+69+93=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A8455D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8455D is #57BAA2. Grayscale: #656565. Windows color (decimal): -5749411 or 6112680. OLE color: 6112680.

HSL color Cylindrical-coordinate representation of color #A8455D: hue angle of 345.45º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8455D is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB1686993-
CMYK00.590.450.34
HSL345.45º41.77%46.47%-
HSV(B)345.45º58.93%65.88%-
XYZ20.2513.3711.87-
YUV101.34123.3175.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.91%
GREEN value IS 69 (27.34% from 255) = 20.91%
BLUE value IS 93 (36.72% from 255) = 28.18%
R=50.91%
G=20.91%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168699300.590.450.34345.4541.7746.47
HexA8455D03B2D221592a2e
Octal25010513507355425315256
Binary10101000100010110111010111011101101100010101011001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8455D; }

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

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

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

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

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

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

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

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