#A6455F

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

Shades of Hippie Pink #A6455F

Tints of Hippie Pink #A6455F

Color information

#A6455F (or 0xA6455F) is unknown color: approx Hippie Pink. HEX triplet: A6, 45 and 5F. RGB value is (166,69,95). Sum of RGB (Red+Green+Blue) = 166+69+95=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A6455F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6455F is #59BAA0. Grayscale: #646464. Windows color (decimal): -5880481 or 6243750. OLE color: 6243750.

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

Color convert

RGB1666995-
CMYK00.580.430.35
HSL343.92º41.28%46.08%-
HSV(B)343.92º58.43%65.1%-
XYZ19.9213.1912.32-
YUV100.97124.64174.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.30%
GREEN value IS 69 (27.34% from 255) = 20.91%
BLUE value IS 95 (37.5% from 255) = 28.79%
R=50.30%
G=20.91%
B=28.79%

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
Decimal166699500.580.430.35343.9241.2846.08
HexA6455F03A2B23158292e
Octal24610513707253435305156
Binary10100110100010110111110111010101011100011101011000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6455F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6455F; }

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

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

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

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

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

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

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

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