#A45C5D

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

Shades of Hippie Pink #A45C5D

Tints of Hippie Pink #A45C5D

Color information

#A45C5D (or 0xA45C5D) is unknown color: approx Hippie Pink. HEX triplet: A4, 5C and 5D. RGB value is (164,92,93). Sum of RGB (Red+Green+Blue) = 164+92+93=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45C5D is #5BA3A2. Grayscale: #717171. Windows color (decimal): -6005667 or 6118564. OLE color: 6118564.

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

Color convert

RGB1649293-
CMYK00.440.430.36
HSL359.17º28.35%50.2%-
HSV(B)359.17º43.9%64.31%-
XYZ21.1116.3412.4-
YUV113.64116.35163.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.99%
GREEN value IS 92 (36.33% from 255) = 26.36%
BLUE value IS 93 (36.72% from 255) = 26.65%
R=46.99%
G=26.36%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164929300.440.430.36359.1728.3550.2
HexA45C5D02C2B241671c32
Octal24413413505453445473462
Binary1010010010111001011101010110010101110010010110011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45C5D; }

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

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

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

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

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

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

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

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