#A45165

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

Shades of Hippie Pink #A45165

Tints of Hippie Pink #A45165

Color information

#A45165 (or 0xA45165) is unknown color: approx Hippie Pink. HEX triplet: A4, 51 and 65. RGB value is (164,81,101). Sum of RGB (Red+Green+Blue) = 164+81+101=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A45165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45165 is #5BAE9A. Grayscale: #6C6C6C. Windows color (decimal): -6008475 or 6640036. OLE color: 6640036.

HSL color Cylindrical-coordinate representation of color #A45165: hue angle of 345.54º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A45165 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16481101-
CMYK00.510.380.36
HSL345.54º33.88%48.04%-
HSV(B)345.54º50.61%64.31%-
XYZ20.614.7214.07-
YUV108.1124167.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.40%
GREEN value IS 81 (32.03% from 255) = 23.41%
BLUE value IS 101 (39.84% from 255) = 29.19%
R=47.40%
G=23.41%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648110100.510.380.36345.5433.8848.04
HexA45165033262415a2230
Octal24412114506346445324260
Binary10100100101000111001010110011100110100100101011010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45165; }

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

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

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

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

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

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

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

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