#A6555D

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

Shades of Hippie Pink #A6555D

Tints of Hippie Pink #A6555D

Color information

#A6555D (or 0xA6555D) is unknown color: approx Hippie Pink. HEX triplet: A6, 55 and 5D. RGB value is (166,85,93). Sum of RGB (Red+Green+Blue) = 166+85+93=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A6555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6555D is #59AAA2. Grayscale: #6E6E6E. Windows color (decimal): -5876387 or 6116774. OLE color: 6116774.

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

Color convert

RGB1668593-
CMYK00.490.440.35
HSL354.07º32.27%49.22%-
HSV(B)354.07º48.8%65.1%-
XYZ20.9515.3912.22-
YUV110.13118.34167.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.26%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 93 (36.72% from 255) = 27.03%
R=48.26%
G=24.71%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166859300.490.440.35354.0732.2749.22
HexA6555D0312C231622031
Octal24612513506154435424061
Binary10100110101010110111010110001101100100011101100010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6555D; }

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

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

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

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

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

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

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

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