#A74659

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

Shades of Hippie Pink #A74659

Tints of Hippie Pink #A74659

Color information

#A74659 (or 0xA74659) is unknown color: approx Hippie Pink. HEX triplet: A7, 46 and 59. RGB value is (167,70,89). Sum of RGB (Red+Green+Blue) = 167+70+89=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A74659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74659 is #58B9A6. Grayscale: #656565. Windows color (decimal): -5814695 or 5850791. OLE color: 5850791.

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

Color convert

RGB1677089-
CMYK00.580.470.35
HSL348.25º40.93%46.47%-
HSV(B)348.25º58.08%65.49%-
XYZ19.9313.3210.97-
YUV101.17121.14174.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.23%
GREEN value IS 70 (27.73% from 255) = 21.47%
BLUE value IS 89 (35.16% from 255) = 27.30%
R=51.23%
G=21.47%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167708900.580.470.35348.2540.9346.47
HexA7465903A2F2315c292e
Octal24710613107257435345156
Binary10100111100011010110010111010101111100011101011100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74659; }

 p { color: rgb(167,70,89); }

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

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

 a { background-color: rgb(167,70,89); }

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

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

 span { border-color: rgb(167,70,89); }

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