#A6475B

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

Shades of Hippie Pink #A6475B

Tints of Hippie Pink #A6475B

Color information

#A6475B (or 0xA6475B) is unknown color: approx Hippie Pink. HEX triplet: A6, 47 and 5B. RGB value is (166,71,91). Sum of RGB (Red+Green+Blue) = 166+71+91=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6475B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6475B is #59B8A4. Grayscale: #656565. Windows color (decimal): -5879973 or 5982118. OLE color: 5982118.

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

Color convert

RGB1667191-
CMYK00.570.450.35
HSL347.37º40.08%46.47%-
HSV(B)347.37º57.23%65.1%-
XYZ19.8713.3711.43-
YUV101.68121.97173.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.61%
GREEN value IS 71 (28.12% from 255) = 21.65%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=50.61%
G=21.65%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166719100.570.450.35347.3740.0846.47
HexA6475B0392D2315b282e
Octal24610713307155435335056
Binary10100110100011110110110111001101101100011101011011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6475B; }

 p { color: rgb(166,71,91); }

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

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

 a { background-color: rgb(166,71,91); }

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

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

 span { border-color: rgb(166,71,91); }

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