#A6505D

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

Shades of Hippie Pink #A6505D

Tints of Hippie Pink #A6505D

Color information

#A6505D (or 0xA6505D) is unknown color: approx Hippie Pink. HEX triplet: A6, 50 and 5D. RGB value is (166,80,93). Sum of RGB (Red+Green+Blue) = 166+80+93=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A6505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6505D is #59AFA2. Grayscale: #6B6B6B. Windows color (decimal): -5877667 or 6115494. OLE color: 6115494.

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

Color convert

RGB1668093-
CMYK00.520.440.35
HSL350.93º34.96%48.24%-
HSV(B)350.93º51.81%65.1%-
XYZ20.5714.6312.1-
YUV107.2119.99169.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.97%
GREEN value IS 80 (31.64% from 255) = 23.60%
BLUE value IS 93 (36.72% from 255) = 27.43%
R=48.97%
G=23.60%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166809300.520.440.35350.9334.9648.24
HexA6505D0342C2315f2330
Octal24612013506454435374360
Binary10100110101000010111010110100101100100011101011111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6505D; }

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

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

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

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

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

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

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

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