#A75363

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

Shades of Hippie Pink #A75363

Tints of Hippie Pink #A75363

Color information

#A75363 (or 0xA75363) is unknown color: approx Hippie Pink. HEX triplet: A7, 53 and 63. RGB value is (167,83,99). Sum of RGB (Red+Green+Blue) = 167+83+99=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A75363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75363 is #58AC9C. Grayscale: #6D6D6D. Windows color (decimal): -5811357 or 6509479. OLE color: 6509479.

HSL color Cylindrical-coordinate representation of color #A75363: hue angle of 348.57º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75363 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB1678399-
CMYK00.500.410.35
HSL348.57º33.6%49.02%-
HSV(B)348.57º50.3%65.49%-
XYZ21.2815.313.64-
YUV109.94121.83168.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.85%
GREEN value IS 83 (32.81% from 255) = 23.78%
BLUE value IS 99 (39.06% from 255) = 28.37%
R=47.85%
G=23.78%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167839900.500.410.35348.5733.649.02
HexA75363032292315d2231
Octal24712314306251435354261
Binary10100111101001111000110110010101001100011101011101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75363; }

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

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

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

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

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

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

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

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