#A94F5B

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

Shades of Hippie Pink #A94F5B

Tints of Hippie Pink #A94F5B

Color information

#A94F5B (or 0xA94F5B) is unknown color: approx Hippie Pink. HEX triplet: A9, 4F and 5B. RGB value is (169,79,91). Sum of RGB (Red+Green+Blue) = 169+79+91=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94F5B is #56B0A4. Grayscale: #6B6B6B. Windows color (decimal): -5681317 or 5984169. OLE color: 5984169.

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

Color convert

RGB1697991-
CMYK00.530.460.34
HSL352º36.29%48.63%-
HSV(B)352º53.25%66.27%-
XYZ21.0514.7811.64-
YUV107.28118.82172.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.85%
GREEN value IS 79 (31.25% from 255) = 23.30%
BLUE value IS 91 (35.94% from 255) = 26.84%
R=49.85%
G=23.30%
B=26.84%

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
Decimal169799100.530.460.3435236.2948.63
HexA94F5B0352E221602431
Octal25111713306556425404461
Binary10101001100111110110110110101101110100010101100000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94F5B; }

 p { color: rgb(169,79,91); }

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

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

 a { background-color: rgb(169,79,91); }

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

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

 span { border-color: rgb(169,79,91); }

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