#A45A5E

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

Shades of Hippie Pink #A45A5E

Tints of Hippie Pink #A45A5E

Color information

#A45A5E (or 0xA45A5E) is unknown color: approx Hippie Pink. HEX triplet: A4, 5A and 5E. RGB value is (164,90,94). Sum of RGB (Red+Green+Blue) = 164+90+94=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45A5E is #5BA5A1. Grayscale: #707070. Windows color (decimal): -6006178 or 6183588. OLE color: 6183588.

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

Color convert

RGB1649094-
CMYK00.450.430.36
HSL356.76º29.13%49.8%-
HSV(B)356.76º45.12%64.31%-
XYZ20.9916.0112.57-
YUV112.58117.52164.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 90 (35.55% from 255) = 25.86%
BLUE value IS 94 (37.11% from 255) = 27.01%
R=47.13%
G=25.86%
B=27.01%

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
Decimal164909400.450.430.36356.7629.1349.8
HexA45A5E02D2B241651d32
Octal24413213605553445453562
Binary1010010010110101011110010110110101110010010110010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45A5E; }

 p { color: rgb(164,90,94); }

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

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

 a { background-color: rgb(164,90,94); }

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

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

 span { border-color: rgb(164,90,94); }

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