#A9545D

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

Shades of Hippie Pink #A9545D

Tints of Hippie Pink #A9545D

Color information

#A9545D (or 0xA9545D) is unknown color: approx Hippie Pink. HEX triplet: A9, 54 and 5D. RGB value is (169,84,93). Sum of RGB (Red+Green+Blue) = 169+84+93=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A9545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9545D is #56ABA2. Grayscale: #6E6E6E. Windows color (decimal): -5680035 or 6116521. OLE color: 6116521.

HSL color Cylindrical-coordinate representation of color #A9545D: hue angle of 353.65º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9545D is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB1698493-
CMYK00.500.450.34
HSL353.65º33.6%49.61%-
HSV(B)353.65º50.3%66.27%-
XYZ21.5115.5712.23-
YUV110.44118.16169.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.84%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=48.84%
G=24.28%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169849300.500.450.34353.6533.649.61
HexA9545D0322D221622232
Octal25112413506255425424262
Binary10101001101010010111010110010101101100010101100010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9545D; }

 p { color: rgb(169,84,93); }

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

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

 a { background-color: rgb(169,84,93); }

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

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

 span { border-color: rgb(169,84,93); }

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