#A45061

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

Shades of Hippie Pink #A45061

Tints of Hippie Pink #A45061

Color information

#A45061 (or 0xA45061) is unknown color: approx Hippie Pink. HEX triplet: A4, 50 and 61. RGB value is (164,80,97). Sum of RGB (Red+Green+Blue) = 164+80+97=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A45061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45061 is #5BAF9E. Grayscale: #6B6B6B. Windows color (decimal): -6008735 or 6377636. OLE color: 6377636.

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

Color convert

RGB1648097-
CMYK00.510.410.36
HSL347.86º34.43%47.84%-
HSV(B)347.86º51.22%64.31%-
XYZ20.3414.4913.03-
YUV107.05122.33168.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 97 (38.28% from 255) = 28.45%
R=48.09%
G=23.46%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164809700.510.410.36347.8634.4347.84
HexA45061033292415c2230
Octal24412014106351445344260
Binary10100100101000011000010110011101001100100101011100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45061; }

 p { color: rgb(164,80,97); }

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

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

 a { background-color: rgb(164,80,97); }

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

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

 span { border-color: rgb(164,80,97); }

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