#A74961

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

Shades of Hippie Pink #A74961

Tints of Hippie Pink #A74961

Color information

#A74961 (or 0xA74961) is unknown color: approx Hippie Pink. HEX triplet: A7, 49 and 61. RGB value is (167,73,97). Sum of RGB (Red+Green+Blue) = 167+73+97=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A74961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74961 is #58B69E. Grayscale: #676767. Windows color (decimal): -5813919 or 6375847. OLE color: 6375847.

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

Color convert

RGB1677397-
CMYK00.560.420.35
HSL344.68º39.17%47.06%-
HSV(B)344.68º56.29%65.49%-
XYZ20.4813.8412.9-
YUV103.84124.14173.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.55%
GREEN value IS 73 (28.91% from 255) = 21.66%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=49.55%
G=21.66%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167739700.560.420.35344.6839.1747.06
HexA749610382A23159272f
Octal24711114107052435314757
Binary10100111100100111000010111000101010100011101011001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74961; }

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

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

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

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

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

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

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

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