#A6545F

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

Shades of Hippie Pink #A6545F

Tints of Hippie Pink #A6545F

Color information

#A6545F (or 0xA6545F) is unknown color: approx Hippie Pink. HEX triplet: A6, 54 and 5F. RGB value is (166,84,95). Sum of RGB (Red+Green+Blue) = 166+84+95=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6545F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6545F is #59ABA0. Grayscale: #6D6D6D. Windows color (decimal): -5876641 or 6247590. OLE color: 6247590.

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

Color convert

RGB1668495-
CMYK00.490.430.35
HSL351.95º32.8%49.02%-
HSV(B)351.95º49.4%65.1%-
XYZ20.9615.2712.67-
YUV109.77119.67168.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 84 (33.20% from 255) = 24.35%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=48.12%
G=24.35%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166849500.490.430.35351.9532.849.02
HexA6545F0312B231602131
Octal24612413706153435404161
Binary10100110101010010111110110001101011100011101100000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6545F; }

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

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

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

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

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

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

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

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