#A6505E

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

Shades of Hippie Pink #A6505E

Tints of Hippie Pink #A6505E

Color information

#A6505E (or 0xA6505E) is unknown color: approx Hippie Pink. HEX triplet: A6, 50 and 5E. RGB value is (166,80,94). Sum of RGB (Red+Green+Blue) = 166+80+94=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A6505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6505E is #59AFA1. Grayscale: #6B6B6B. Windows color (decimal): -5877666 or 6181030. OLE color: 6181030.

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

Color convert

RGB1668094-
CMYK00.520.430.35
HSL350.23º34.96%48.24%-
HSV(B)350.23º51.81%65.1%-
XYZ20.6114.6512.33-
YUV107.31120.49169.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.82%
GREEN value IS 80 (31.64% from 255) = 23.53%
BLUE value IS 94 (37.11% from 255) = 27.65%
R=48.82%
G=23.53%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166809400.520.430.35350.2334.9648.24
HexA6505E0342B2315e2330
Octal24612013606453435364360
Binary10100110101000010111100110100101011100011101011110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6505E; }

 p { color: rgb(166,80,94); }

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

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

 a { background-color: rgb(166,80,94); }

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

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

 span { border-color: rgb(166,80,94); }

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