#A75065

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

Shades of Hippie Pink #A75065

Tints of Hippie Pink #A75065

Color information

#A75065 (or 0xA75065) is unknown color: approx Hippie Pink. HEX triplet: A7, 50 and 65. RGB value is (167,80,101). Sum of RGB (Red+Green+Blue) = 167+80+101=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A75065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75065 is #58AF9A. Grayscale: #6C6C6C. Windows color (decimal): -5812123 or 6639783. OLE color: 6639783.

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

Color convert

RGB16780101-
CMYK00.520.400.35
HSL345.52º35.22%48.43%-
HSV(B)345.52º52.1%65.49%-
XYZ21.1514.8914.07-
YUV108.41123.82169.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.99%
GREEN value IS 80 (31.64% from 255) = 22.99%
BLUE value IS 101 (39.84% from 255) = 29.02%
R=47.99%
G=22.99%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678010100.520.400.35345.5235.2248.43
HexA75065034282315a2330
Octal24712014506450435324360
Binary10100111101000011001010110100101000100011101011010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75065; }

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

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

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

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

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

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

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

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