#A6455D

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

Shades of Hippie Pink #A6455D

Tints of Hippie Pink #A6455D

Color information

#A6455D (or 0xA6455D) is unknown color: approx Hippie Pink. HEX triplet: A6, 45 and 5D. RGB value is (166,69,93). Sum of RGB (Red+Green+Blue) = 166+69+93=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6455D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6455D is #59BAA2. Grayscale: #646464. Windows color (decimal): -5880483 or 6112678. OLE color: 6112678.

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

Color convert

RGB1666993-
CMYK00.580.440.35
HSL345.15º41.28%46.08%-
HSV(B)345.15º58.43%65.1%-
XYZ19.8313.1511.85-
YUV100.74123.64174.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.61%
GREEN value IS 69 (27.34% from 255) = 21.04%
BLUE value IS 93 (36.72% from 255) = 28.35%
R=50.61%
G=21.04%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166699300.580.440.35345.1541.2846.08
HexA6455D03A2C23159292e
Octal24610513507254435315156
Binary10100110100010110111010111010101100100011101011001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6455D; }

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

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

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

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

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

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

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

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