#A7494B

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

Shades of Hippie Pink #A7494B

Tints of Hippie Pink #A7494B

Color information

#A7494B (or 0xA7494B) is unknown color: approx Hippie Pink. HEX triplet: A7, 49 and 4B. RGB value is (167,73,75). Sum of RGB (Red+Green+Blue) = 167+73+75=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A7494B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7494B is #58B6B4. Grayscale: #656565. Windows color (decimal): -5813941 or 4934055. OLE color: 4934055.

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

Color convert

RGB1677375-
CMYK00.560.550.35
HSL358.72º39.17%47.06%-
HSV(B)358.72º56.29%65.49%-
XYZ19.5913.498.23-
YUV101.33113.14174.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.02%
GREEN value IS 73 (28.91% from 255) = 23.17%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=53.02%
G=23.17%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167737500.560.550.35358.7239.1747.06
HexA7494B0383723167272f
Octal24711111307067435474757
Binary10100111100100110010110111000110111100011101100111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7494B; }

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

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

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

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

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

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

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

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