#A7495D

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

Shades of Hippie Pink #A7495D

Tints of Hippie Pink #A7495D

Color information

#A7495D (or 0xA7495D) is unknown color: approx Hippie Pink. HEX triplet: A7, 49 and 5D. RGB value is (167,73,93). Sum of RGB (Red+Green+Blue) = 167+73+93=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A7495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7495D is #58B6A2. Grayscale: #676767. Windows color (decimal): -5813923 or 6113703. OLE color: 6113703.

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

Color convert

RGB1677393-
CMYK00.560.440.35
HSL347.23º39.17%47.06%-
HSV(B)347.23º56.29%65.49%-
XYZ20.2913.7711.94-
YUV103.39122.14173.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.15%
GREEN value IS 73 (28.91% from 255) = 21.92%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=50.15%
G=21.92%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167739300.560.440.35347.2339.1747.06
HexA7495D0382C2315b272f
Octal24711113507054435334757
Binary10100111100100110111010111000101100100011101011011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7495D; }

 p { color: rgb(167,73,93); }

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

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

 a { background-color: rgb(167,73,93); }

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

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

 span { border-color: rgb(167,73,93); }

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