Html Css Color HEX #A94961 Hippie Pink

📋 copy color: '#A94961'

red 169 ◦ green 73 ◦ blue 97

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

Shades of Hippie Pink #A94961

Tints of Hippie Pink #A94961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.53%

 BLUE value IS 97 (38.28% from 255) = 28.61%

R = 49.85%
G = 21.53%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A94961 (or 0xA94961) is known color: Hippie Pink. HEX triplet: A9, 49 and 61. RGB value is (169,73,97). Sum of RGB (Red+Green+Blue) = 169+73+97=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A94961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94961 is #56B69E. Grayscale: #686868. Windows color (decimal): -5682847 or 6375849. OLE color: 6375849.

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

Color convert

RGB 169 73 97 -
CMYK 0 0.57 0.43 0.34
HSL 345º 0.4% 0.47% -
HSV(B) 345º 0.57% 0.66% -
XYZ 20.9 14.06 12.92 -
YUV 104.44 123.8 174.05 -
System Red Green Blue C M Y K H S L
Decimal 169 73 97 0 0.57 0.43 0.34 345 0.4 0.47
Hex A9 49 61 0 39 2B 22 159 28 2F
Octal 251 111 141 0 71 53 42 531 50 57
Binary 10101001 1001001 1100001 0 111001 101011 100010 101011001 101000 101111

Color Harmonies of #A94961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94961

Black with #A94961

Text Example


Text Example

White with #A94961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94961; }

 p { color: rgb(169,73,97); }

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

background-color css

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

 a { background-color: rgb(169,73,97); }

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

border-color css

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

 span { border-color: rgb(169,73,97); }

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