#A6485D

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

Shades of Hippie Pink #A6485D

Tints of Hippie Pink #A6485D

Color information

#A6485D (or 0xA6485D) is unknown color: approx Hippie Pink. HEX triplet: A6, 48 and 5D. RGB value is (166,72,93). Sum of RGB (Red+Green+Blue) = 166+72+93=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A6485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6485D is #59B7A2. Grayscale: #666666. Windows color (decimal): -5879715 or 6113446. OLE color: 6113446.

HSL color Cylindrical-coordinate representation of color #A6485D: hue angle of 346.6º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6485D is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1667293-
CMYK00.570.440.35
HSL346.6º39.5%46.67%-
HSV(B)346.6º56.63%65.1%-
XYZ20.0213.5311.91-
YUV102.5122.64173.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.15%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 93 (36.72% from 255) = 28.10%
R=50.15%
G=21.75%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166729300.570.440.35346.639.546.67
HexA6485D0392C2315b272f
Octal24611013507154435334757
Binary10100110100100010111010111001101100100011101011011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6485D; }

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

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

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

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

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

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

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

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