#A9484D

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

Shades of Hippie Pink #A9484D

Tints of Hippie Pink #A9484D

Color information

#A9484D (or 0xA9484D) is unknown color: approx Hippie Pink. HEX triplet: A9, 48 and 4D. RGB value is (169,72,77). Sum of RGB (Red+Green+Blue) = 169+72+77=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A9484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9484D is #56B7B2. Grayscale: #656565. Windows color (decimal): -5683123 or 5064873. OLE color: 5064873.

HSL color Cylindrical-coordinate representation of color #A9484D: hue angle of 356.91º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A9484D is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB1697277-
CMYK00.570.540.34
HSL356.91º40.25%47.25%-
HSV(B)356.91º57.4%66.27%-
XYZ20.0213.618.59-
YUV101.57114.14176.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.14%
GREEN value IS 72 (28.52% from 255) = 22.64%
BLUE value IS 77 (30.47% from 255) = 24.21%
R=53.14%
G=22.64%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169727700.570.540.34356.9140.2547.25
HexA9484D0393622165282f
Octal25111011507166425455057
Binary10101001100100010011010111001110110100010101100101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9484D; }

 p { color: rgb(169,72,77); }

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

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

 a { background-color: rgb(169,72,77); }

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

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

 span { border-color: rgb(169,72,77); }

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