#A6555B

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

Shades of Hippie Pink #A6555B

Tints of Hippie Pink #A6555B

Color information

#A6555B (or 0xA6555B) is unknown color: approx Hippie Pink. HEX triplet: A6, 55 and 5B. RGB value is (166,85,91). Sum of RGB (Red+Green+Blue) = 166+85+91=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6555B is #59AAA4. Grayscale: #6D6D6D. Windows color (decimal): -5876389 or 5985702. OLE color: 5985702.

HSL color Cylindrical-coordinate representation of color #A6555B: hue angle of 355.56º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6555B is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1668591-
CMYK00.490.450.35
HSL355.56º32.27%49.22%-
HSV(B)355.56º48.8%65.1%-
XYZ20.8615.3611.76-
YUV109.9117.34168.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.54%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 91 (35.94% from 255) = 26.61%
R=48.54%
G=24.85%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166859100.490.450.35355.5632.2749.22
HexA6555B0312D231642031
Octal24612513306155435444061
Binary10100110101010110110110110001101101100011101100100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6555B; }

 p { color: rgb(166,85,91); }

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

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

 a { background-color: rgb(166,85,91); }

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

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

 span { border-color: rgb(166,85,91); }

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