#A75559

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

Shades of Hippie Pink #A75559

Tints of Hippie Pink #A75559

Color information

#A75559 (or 0xA75559) is unknown color: approx Hippie Pink. HEX triplet: A7, 55 and 59. RGB value is (167,85,89). Sum of RGB (Red+Green+Blue) = 167+85+89=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A75559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75559 is #58AAA6. Grayscale: #6E6E6E. Windows color (decimal): -5810855 or 5854631. OLE color: 5854631.

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

Color convert

RGB1678589-
CMYK00.490.470.35
HSL357.07º32.54%49.41%-
HSV(B)357.07º49.1%65.49%-
XYZ20.9915.4311.32-
YUV109.97116.17168.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.97%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 89 (35.16% from 255) = 26.10%
R=48.97%
G=24.93%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167858900.490.470.35357.0732.5449.41
HexA755590312F231652131
Octal24712513106157435454161
Binary10100111101010110110010110001101111100011101100101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75559; }

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

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

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

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

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

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

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

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