#A7495F

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

Shades of Hippie Pink #A7495F

Tints of Hippie Pink #A7495F

Color information

#A7495F (or 0xA7495F) is unknown color: approx Hippie Pink. HEX triplet: A7, 49 and 5F. RGB value is (167,73,95). Sum of RGB (Red+Green+Blue) = 167+73+95=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A7495F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7495F is #58B6A0. Grayscale: #676767. Windows color (decimal): -5813921 or 6244775. OLE color: 6244775.

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

Color convert

RGB1677395-
CMYK00.560.430.35
HSL345.96º39.17%47.06%-
HSV(B)345.96º56.29%65.49%-
XYZ20.3813.8112.42-
YUV103.61123.14173.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.85%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=49.85%
G=21.79%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167739500.560.430.35345.9639.1747.06
HexA7495F0382B2315a272f
Octal24711113707053435324757
Binary10100111100100110111110111000101011100011101011010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7495F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7495F; }

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

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

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

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

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

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

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

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