#A45B5D

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

Shades of Hippie Pink #A45B5D

Tints of Hippie Pink #A45B5D

Color information

#A45B5D (or 0xA45B5D) is unknown color: approx Hippie Pink. HEX triplet: A4, 5B and 5D. RGB value is (164,91,93). Sum of RGB (Red+Green+Blue) = 164+91+93=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45B5D is #5BA4A2. Grayscale: #717171. Windows color (decimal): -6005923 or 6118308. OLE color: 6118308.

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

Color convert

RGB1649193-
CMYK00.450.430.36
HSL358.36º28.63%50%-
HSV(B)358.36º44.51%64.31%-
XYZ21.0316.1612.37-
YUV113.06116.68164.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 91 (35.94% from 255) = 26.15%
BLUE value IS 93 (36.72% from 255) = 26.72%
R=47.13%
G=26.15%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164919300.450.430.36358.3628.6350
HexA45B5D02D2B241661d32
Octal24413313505553445463562
Binary1010010010110111011101010110110101110010010110011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45B5D; }

 p { color: rgb(164,91,93); }

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

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

 a { background-color: rgb(164,91,93); }

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

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

 span { border-color: rgb(164,91,93); }

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