#A94750

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

Shades of Hippie Pink #A94750

Tints of Hippie Pink #A94750

Color information

#A94750 (or 0xA94750) is unknown color: approx Hippie Pink. HEX triplet: A9, 47 and 50. RGB value is (169,71,80). Sum of RGB (Red+Green+Blue) = 169+71+80=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A94750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94750 is #56B8AF. Grayscale: #656565. Windows color (decimal): -5683376 or 5261225. OLE color: 5261225.

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

Color convert

RGB1697180-
CMYK00.580.530.34
HSL354.49º40.83%47.06%-
HSV(B)354.49º57.99%66.27%-
XYZ20.0613.529.14-
YUV101.33115.97176.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.81%
GREEN value IS 71 (28.12% from 255) = 22.19%
BLUE value IS 80 (31.64% from 255) = 25%
R=52.81%
G=22.19%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169718000.580.530.34354.4940.8347.06
HexA9475003A3522162292f
Octal25110712007265425425157
Binary10101001100011110100000111010110101100010101100010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94750; }

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

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

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

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

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

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

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

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