#A75059

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

Shades of Hippie Pink #A75059

Tints of Hippie Pink #A75059

Color information

#A75059 (or 0xA75059) is unknown color: approx Hippie Pink. HEX triplet: A7, 50 and 59. RGB value is (167,80,89). Sum of RGB (Red+Green+Blue) = 167+80+89=336 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.70% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 167 - color contains mainly: red. Hex color #A75059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75059 is #58AFA6. Grayscale: #6B6B6B. Windows color (decimal): -5812135 or 5853351. OLE color: 5853351.

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

Color convert

RGB1678089-
CMYK00.520.470.35
HSL353.79º35.22%48.43%-
HSV(B)353.79º52.1%65.49%-
XYZ20.6114.6711.2-
YUV107.04117.82170.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.70%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 89 (35.16% from 255) = 26.49%
R=49.70%
G=23.81%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167808900.520.470.35353.7935.2248.43
HexA750590342F231622330
Octal24712013106457435424360
Binary10100111101000010110010110100101111100011101100010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75059; }

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

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

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

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

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

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

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

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