#A74654

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

Shades of Hippie Pink #A74654

Tints of Hippie Pink #A74654

Color information

#A74654 (or 0xA74654) is unknown color: approx Hippie Pink. HEX triplet: A7, 46 and 54. RGB value is (167,70,84). Sum of RGB (Red+Green+Blue) = 167+70+84=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A74654 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74654 is #58B9AB. Grayscale: #646464. Windows color (decimal): -5814700 or 5523111. OLE color: 5523111.

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

Color convert

RGB1677084-
CMYK00.580.500.35
HSL351.34º40.93%46.47%-
HSV(B)351.34º58.08%65.49%-
XYZ19.7313.249.9-
YUV100.6118.64175.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.02%
GREEN value IS 70 (27.73% from 255) = 21.81%
BLUE value IS 84 (33.20% from 255) = 26.17%
R=52.02%
G=21.81%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167708400.580.500.35351.3440.9346.47
HexA7465403A322315f292e
Octal24710612407262435375156
Binary10100111100011010101000111010110010100011101011111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74654; }

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

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

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

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

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

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

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

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