#A6455E

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

Shades of Hippie Pink #A6455E

Tints of Hippie Pink #A6455E

Color information

#A6455E (or 0xA6455E) is unknown color: approx Hippie Pink. HEX triplet: A6, 45 and 5E. RGB value is (166,69,94). Sum of RGB (Red+Green+Blue) = 166+69+94=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6455E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6455E is #59BAA1. Grayscale: #646464. Windows color (decimal): -5880482 or 6178214. OLE color: 6178214.

HSL color Cylindrical-coordinate representation of color #A6455E: hue angle of 344.54º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6455E is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB1666994-
CMYK00.580.430.35
HSL344.54º41.28%46.08%-
HSV(B)344.54º58.43%65.1%-
XYZ19.8713.1712.08-
YUV100.85124.14174.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.46%
GREEN value IS 69 (27.34% from 255) = 20.97%
BLUE value IS 94 (37.11% from 255) = 28.57%
R=50.46%
G=20.97%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166699400.580.430.35344.5441.2846.08
HexA6455E03A2B23159292e
Octal24610513607253435315156
Binary10100110100010110111100111010101011100011101011001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6455E; }

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

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

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

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

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

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

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

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