#A9505C

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

Shades of Hippie Pink #A9505C

Tints of Hippie Pink #A9505C

Color information

#A9505C (or 0xA9505C) is unknown color: approx Hippie Pink. HEX triplet: A9, 50 and 5C. RGB value is (169,80,92). Sum of RGB (Red+Green+Blue) = 169+80+92=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A9505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9505C is #56AFA3. Grayscale: #6C6C6C. Windows color (decimal): -5681060 or 6049961. OLE color: 6049961.

HSL color Cylindrical-coordinate representation of color #A9505C: hue angle of 351.91º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A9505C is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB1698092-
CMYK00.530.460.34
HSL351.91º35.74%48.82%-
HSV(B)351.91º52.66%66.27%-
XYZ21.1614.9511.89-
YUV107.98118.99171.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.56%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=49.56%
G=23.46%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169809200.530.460.34351.9135.7448.82
HexA9505C0352E221602431
Octal25112013406556425404461
Binary10101001101000010111000110101101110100010101100000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9505C; }

 p { color: rgb(169,80,92); }

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

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

 a { background-color: rgb(169,80,92); }

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

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

 span { border-color: rgb(169,80,92); }

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