#A6575C

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

Shades of Hippie Pink #A6575C

Tints of Hippie Pink #A6575C

Color information

#A6575C (or 0xA6575C) is unknown color: approx Hippie Pink. HEX triplet: A6, 57 and 5C. RGB value is (166,87,92). Sum of RGB (Red+Green+Blue) = 166+87+92=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6575C is #59A8A3. Grayscale: #6F6F6F. Windows color (decimal): -5875876 or 6051750. OLE color: 6051750.

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

Color convert

RGB1668792-
CMYK00.480.450.35
HSL356.2º31.23%49.61%-
HSV(B)356.2º47.59%65.1%-
XYZ21.0715.712.04-
YUV111.19117.17167.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 87 (34.38% from 255) = 25.22%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=48.12%
G=25.22%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166879200.480.450.35356.231.2349.61
HexA6575C0302D231641f32
Octal24612713406055435443762
Binary1010011010101111011100011000010110110001110110010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6575C; }

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

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

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

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

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

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

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

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