#A9545E

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

Shades of Hippie Pink #A9545E

Tints of Hippie Pink #A9545E

Color information

#A9545E (or 0xA9545E) is unknown color: approx Hippie Pink. HEX triplet: A9, 54 and 5E. RGB value is (169,84,94). Sum of RGB (Red+Green+Blue) = 169+84+94=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A9545E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9545E is #56ABA1. Grayscale: #6E6E6E. Windows color (decimal): -5680034 or 6182057. OLE color: 6182057.

HSL color Cylindrical-coordinate representation of color #A9545E: hue angle of 352.94º 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 #A9545E is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB1698494-
CMYK00.500.440.34
HSL352.94º33.6%49.61%-
HSV(B)352.94º50.3%66.27%-
XYZ21.5515.5812.46-
YUV110.56118.66169.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.70%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=48.70%
G=24.21%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169849400.500.440.34352.9433.649.61
HexA9545E0322C221612232
Octal25112413606254425414262
Binary10101001101010010111100110010101100100010101100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9545E; }

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

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

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

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

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

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

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

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