#A74653

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

Shades of Hippie Pink #A74653

Tints of Hippie Pink #A74653

Color information

#A74653 (or 0xA74653) is unknown color: approx Hippie Pink. HEX triplet: A7, 46 and 53. RGB value is (167,70,83). Sum of RGB (Red+Green+Blue) = 167+70+83=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A74653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74653 is #58B9AC. Grayscale: #646464. Windows color (decimal): -5814701 or 5457575. OLE color: 5457575.

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

Color convert

RGB1677083-
CMYK00.580.500.35
HSL351.96º40.93%46.47%-
HSV(B)351.96º58.08%65.49%-
XYZ19.6913.229.7-
YUV100.48118.14175.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.19%
GREEN value IS 70 (27.73% from 255) = 21.88%
BLUE value IS 83 (32.81% from 255) = 25.94%
R=52.19%
G=21.88%
B=25.94%

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
Decimal167708300.580.500.35351.9640.9346.47
HexA7465303A3223160292e
Octal24710612307262435405156
Binary10100111100011010100110111010110010100011101100000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74653; }

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

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

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

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

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

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

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

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