Html Css Color HEX #A94760 Hippie Pink

📋 copy color: '#A94760'

red 169 ◦ green 71 ◦ blue 96

#A94760
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #A94760

Tints of Hippie Pink #A94760

RGB

 RED value IS 169 (66.41% from 255) = 50.3%

 GREEN value IS 71 (28.13% from 255) = 21.13%

 BLUE value IS 96 (37.89% from 255) = 28.57%

R = 50.3%
G = 21.13%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A94760 (or 0xA94760) is known color: Hippie Pink. HEX triplet: A9, 47 and 60. RGB value is (169,71,96). Sum of RGB (Red+Green+Blue) = 169+71+96=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A94760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94760 is #56B89F. Grayscale: #676767. Windows color (decimal): -5683360 or 6309801. OLE color: 6309801.

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

Color convert

RGB 169 71 96 -
CMYK 0 0.58 0.43 0.34
HSL 344.69º 0.41% 0.47% -
HSV(B) 344.69º 0.58% 0.66% -
XYZ 20.73 13.79 12.63 -
YUV 103.15 123.97 174.97 -
System Red Green Blue C M Y K H S L
Decimal 169 71 96 0 0.58 0.43 0.34 344.69 0.41 0.47
Hex A9 47 60 0 3A 2B 22 159 29 2F
Octal 251 107 140 0 72 53 42 531 51 57
Binary 10101001 1000111 1100000 0 111010 101011 100010 101011001 101001 101111

Color Harmonies of #A94760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94760

Black with #A94760

Text Example


Text Example

White with #A94760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94760; }

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

 H1.HeaderClassName
 {
   color: #A94760;
 }
 .AnyTagClassName
 {
   color: #A94760;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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