#A6575D

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

Shades of Hippie Pink #A6575D

Tints of Hippie Pink #A6575D

Color information

#A6575D (or 0xA6575D) is unknown color: approx Hippie Pink. HEX triplet: A6, 57 and 5D. RGB value is (166,87,93). Sum of RGB (Red+Green+Blue) = 166+87+93=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A6575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6575D is #59A8A2. Grayscale: #6F6F6F. Windows color (decimal): -5875875 or 6117286. OLE color: 6117286.

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

Color convert

RGB1668793-
CMYK00.480.440.35
HSL355.44º31.23%49.61%-
HSV(B)355.44º47.59%65.1%-
XYZ21.1115.7112.28-
YUV111.3117.67167.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.98%
GREEN value IS 87 (34.38% from 255) = 25.14%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=47.98%
G=25.14%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166879300.480.440.35355.4431.2349.61
HexA6575D0302C231631f32
Octal24612713506054435433762
Binary1010011010101111011101011000010110010001110110001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6575D; }

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

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

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

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

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

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

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

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