#A75158

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

Shades of Hippie Pink #A75158

Tints of Hippie Pink #A75158

Color information

#A75158 (or 0xA75158) is unknown color: approx Hippie Pink. HEX triplet: A7, 51 and 58. RGB value is (167,81,88). Sum of RGB (Red+Green+Blue) = 167+81+88=336 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.70% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 167 - color contains mainly: red. Hex color #A75158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75158 is #58AEA7. Grayscale: #6B6B6B. Windows color (decimal): -5811880 or 5788071. OLE color: 5788071.

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

Color convert

RGB1678188-
CMYK00.510.470.35
HSL355.12º34.68%48.63%-
HSV(B)355.12º51.5%65.49%-
XYZ20.6414.811-
YUV107.51116.99170.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.70%
GREEN value IS 81 (32.03% from 255) = 24.11%
BLUE value IS 88 (34.77% from 255) = 26.19%
R=49.70%
G=24.11%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167818800.510.470.35355.1234.6848.63
HexA751580332F231632331
Octal24712113006357435434361
Binary10100111101000110110000110011101111100011101100011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75158; }

 p { color: rgb(167,81,88); }

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

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

 a { background-color: rgb(167,81,88); }

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

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

 span { border-color: rgb(167,81,88); }

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