#A75165

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

Shades of Hippie Pink #A75165

Tints of Hippie Pink #A75165

Color information

#A75165 (or 0xA75165) is unknown color: approx Hippie Pink. HEX triplet: A7, 51 and 65. RGB value is (167,81,101). Sum of RGB (Red+Green+Blue) = 167+81+101=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A75165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75165 is #58AE9A. Grayscale: #6D6D6D. Windows color (decimal): -5811867 or 6640039. OLE color: 6640039.

HSL color Cylindrical-coordinate representation of color #A75165: hue angle of 346.05º 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 #A75165 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB16781101-
CMYK00.510.400.35
HSL346.05º34.68%48.63%-
HSV(B)346.05º51.5%65.49%-
XYZ21.2315.0414.1-
YUV108.99123.49169.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.85%
GREEN value IS 81 (32.03% from 255) = 23.21%
BLUE value IS 101 (39.84% from 255) = 28.94%
R=47.85%
G=23.21%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678110100.510.400.35346.0534.6848.63
HexA75165033282315a2331
Octal24712114506350435324361
Binary10100111101000111001010110011101000100011101011010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75165; }

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

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

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

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

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

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

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

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