#A6555A

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

Shades of Hippie Pink #A6555A

Tints of Hippie Pink #A6555A

Color information

#A6555A (or 0xA6555A) is unknown color: approx Hippie Pink. HEX triplet: A6, 55 and 5A. RGB value is (166,85,90). Sum of RGB (Red+Green+Blue) = 166+85+90=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6555A is #59AAA5. Grayscale: #6D6D6D. Windows color (decimal): -5876390 or 5920166. OLE color: 5920166.

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

Color convert

RGB1668590-
CMYK00.490.460.35
HSL356.3º32.27%49.22%-
HSV(B)356.3º48.8%65.1%-
XYZ20.8215.3411.54-
YUV109.79116.84168.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 90 (35.55% from 255) = 26.39%
R=48.68%
G=24.93%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166859000.490.460.35356.332.2749.22
HexA6555A0312E231642031
Octal24612513206156435444061
Binary10100110101010110110100110001101110100011101100100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6555A; }

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

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

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

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

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

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

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

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