#A45D62

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

Shades of Hippie Pink #A45D62

Tints of Hippie Pink #A45D62

Color information

#A45D62 (or 0xA45D62) is unknown color: approx Hippie Pink. HEX triplet: A4, 5D and 62. RGB value is (164,93,98). Sum of RGB (Red+Green+Blue) = 164+93+98=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45D62 is #5BA29D. Grayscale: #727272. Windows color (decimal): -6005406 or 6446500. OLE color: 6446500.

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

Color convert

RGB1649398-
CMYK00.430.400.36
HSL355.77º28.06%50.39%-
HSV(B)355.77º43.29%64.31%-
XYZ21.4316.613.63-
YUV114.8118.52163.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 93 (36.72% from 255) = 26.20%
BLUE value IS 98 (38.67% from 255) = 27.61%
R=46.20%
G=26.20%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164939800.430.400.36355.7728.0650.39
HexA45D6202B28241641c32
Octal24413514205350445443462
Binary1010010010111011100010010101110100010010010110010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45D62; }

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

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

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

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

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

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

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

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