#A45261

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

Shades of Hippie Pink #A45261

Tints of Hippie Pink #A45261

Color information

#A45261 (or 0xA45261) is unknown color: approx Hippie Pink. HEX triplet: A4, 52 and 61. RGB value is (164,82,97). Sum of RGB (Red+Green+Blue) = 164+82+97=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A45261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45261 is #5BAD9E. Grayscale: #6C6C6C. Windows color (decimal): -6008223 or 6378148. OLE color: 6378148.

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

Color convert

RGB1648297-
CMYK00.50.410.36
HSL349.02º33.33%48.24%-
HSV(B)349.02º50%64.31%-
XYZ20.4814.7913.08-
YUV108.23121.67167.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.81%
GREEN value IS 82 (32.42% from 255) = 23.91%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=47.81%
G=23.91%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164829700.50.410.36349.0233.3348.24
HexA45261032292415d2130
Octal24412214106251445354160
Binary10100100101001011000010110010101001100100101011101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45261; }

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

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

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

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

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

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

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

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