#A74553

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

Shades of Hippie Pink #A74553

Tints of Hippie Pink #A74553

Color information

#A74553 (or 0xA74553) is unknown color: approx Hippie Pink. HEX triplet: A7, 45 and 53. RGB value is (167,69,83). Sum of RGB (Red+Green+Blue) = 167+69+83=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A74553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74553 is #58BAAC. Grayscale: #636363. Windows color (decimal): -5814957 or 5457319. OLE color: 5457319.

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

Color convert

RGB1676983-
CMYK00.590.500.35
HSL351.43º41.53%46.27%-
HSV(B)351.43º58.68%65.49%-
XYZ19.6313.19.68-
YUV99.9118.47175.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.35%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 83 (32.81% from 255) = 26.02%
R=52.35%
G=21.63%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167698300.590.500.35351.4341.5346.27
HexA7455303B322315f2a2e
Octal24710512307362435375256
Binary10100111100010110100110111011110010100011101011111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74553; }

 p { color: rgb(167,69,83); }

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

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

 a { background-color: rgb(167,69,83); }

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

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

 span { border-color: rgb(167,69,83); }

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