#a05058

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

Shades of Hippie Pink #A05058

Tints of Hippie Pink #A05058

Color information

#A05058 (or 0xA05058) is unknown color: approx Hippie Pink. HEX triplet: A0, 50 and 58. RGB value is (160,80,88). Sum of RGB (Red+Green+Blue) = 160+80+88=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A05058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05058 is #5FAFA7. Grayscale: #686868. Windows color (decimal): -6270888 or 5787808. OLE color: 5787808.

HSL color Cylindrical-coordinate representation of color #A05058: hue angle of 354º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A05058 is Cyan = 0, Magento = 0.5, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB1608088-
CMYK00.50.450.37
HSL354º33.33%47.06%-
HSV(B)354º50%62.75%-
XYZ19.1313.9210.91-
YUV104.83118.5167.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.78%
GREEN value IS 80 (31.64% from 255) = 24.39%
BLUE value IS 88 (34.77% from 255) = 26.83%
R=48.78%
G=24.39%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160808800.50.450.3735433.3347.06
HexA050580322D25162212f
Octal24012013006255455424157
Binary10100000101000010110000110010101101100101101100010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a05058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a05058; }

 p { color: rgb(160,80,88); }

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

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

 a { background-color: rgb(160,80,88); }

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

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

 span { border-color: rgb(160,80,88); }

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