#A6545D

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

Shades of Hippie Pink #A6545D

Tints of Hippie Pink #A6545D

Color information

#A6545D (or 0xA6545D) is unknown color: approx Hippie Pink. HEX triplet: A6, 54 and 5D. RGB value is (166,84,93). Sum of RGB (Red+Green+Blue) = 166+84+93=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A6545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6545D is #59ABA2. Grayscale: #6D6D6D. Windows color (decimal): -5876643 or 6116518. OLE color: 6116518.

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

Color convert

RGB1668493-
CMYK00.490.440.35
HSL353.41º32.8%49.02%-
HSV(B)353.41º49.4%65.1%-
XYZ20.8715.2412.2-
YUV109.54118.67168.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.40%
GREEN value IS 84 (33.20% from 255) = 24.49%
BLUE value IS 93 (36.72% from 255) = 27.11%
R=48.40%
G=24.49%
B=27.11%

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
Decimal166849300.490.440.35353.4132.849.02
HexA6545D0312C231612131
Octal24612413506154435414161
Binary10100110101010010111010110001101100100011101100001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6545D; }

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

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

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

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

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

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

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

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