#A7495C

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

Shades of Hippie Pink #A7495C

Tints of Hippie Pink #A7495C

Color information

#A7495C (or 0xA7495C) is unknown color: approx Hippie Pink. HEX triplet: A7, 49 and 5C. RGB value is (167,73,92). Sum of RGB (Red+Green+Blue) = 167+73+92=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A7495C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7495C is #58B6A3. Grayscale: #676767. Windows color (decimal): -5813924 or 6048167. OLE color: 6048167.

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

Color convert

RGB1677392-
CMYK00.560.450.35
HSL347.87º39.17%47.06%-
HSV(B)347.87º56.29%65.49%-
XYZ20.2513.7511.71-
YUV103.27121.64173.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.30%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 92 (36.33% from 255) = 27.71%
R=50.30%
G=21.99%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167739200.560.450.35347.8739.1747.06
HexA7495C0382D2315c272f
Octal24711113407055435344757
Binary10100111100100110111000111000101101100011101011100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7495C; }

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

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

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

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

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

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

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

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