#A6475F

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

Shades of Hippie Pink #A6475F

Tints of Hippie Pink #A6475F

Color information

#A6475F (or 0xA6475F) is unknown color: approx Hippie Pink. HEX triplet: A6, 47 and 5F. RGB value is (166,71,95). Sum of RGB (Red+Green+Blue) = 166+71+95=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A6475F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6475F is #59B8A0. Grayscale: #666666. Windows color (decimal): -5879969 or 6244262. OLE color: 6244262.

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

Color convert

RGB1667195-
CMYK00.570.430.35
HSL344.84º40.08%46.47%-
HSV(B)344.84º57.23%65.1%-
XYZ20.0413.4412.36-
YUV102.14123.97173.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50%
GREEN value IS 71 (28.12% from 255) = 21.39%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=50%
G=21.39%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166719500.570.430.35344.8440.0846.47
HexA6475F0392B23159282e
Octal24610713707153435315056
Binary10100110100011110111110111001101011100011101011001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6475F; }

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

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

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

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

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

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

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

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