#A8455E

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

Shades of Hippie Pink #A8455E

Tints of Hippie Pink #A8455E

Color information

#A8455E (or 0xA8455E) is unknown color: approx Hippie Pink. HEX triplet: A8, 45 and 5E. RGB value is (168,69,94). Sum of RGB (Red+Green+Blue) = 168+69+94=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8455E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8455E is #57BAA1. Grayscale: #656565. Windows color (decimal): -5749410 or 6178216. OLE color: 6178216.

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

Color convert

RGB1686994-
CMYK00.590.440.34
HSL344.85º41.77%46.47%-
HSV(B)344.85º58.93%65.88%-
XYZ20.313.3912.1-
YUV101.45123.8175.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.76%
GREEN value IS 69 (27.34% from 255) = 20.85%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=50.76%
G=20.85%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168699400.590.440.34344.8541.7746.47
HexA8455E03B2C221592a2e
Octal25010513607354425315256
Binary10101000100010110111100111011101100100010101011001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8455E; }

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

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

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

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

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

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

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

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