Html Css Color HEX #A94550 Hippie Pink

📋 copy color: '#A94550'

red 169 ◦ green 69 ◦ blue 80

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

Shades of Hippie Pink #A94550

Tints of Hippie Pink #A94550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.7%

 BLUE value IS 80 (31.64% from 255) = 25.16%

R = 53.14%
G = 21.7%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A94550 (or 0xA94550) is known color: Hippie Pink. HEX triplet: A9, 45 and 50. RGB value is (169,69,80). Sum of RGB (Red+Green+Blue) = 169+69+80=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A94550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94550 is #56BAAF. Grayscale: #646464. Windows color (decimal): -5683888 or 5260713. OLE color: 5260713.

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

Color convert

RGB 169 69 80 -
CMYK 0 0.59 0.53 0.34
HSL 353.4º 0.42% 0.47% -
HSV(B) 353.4º 0.59% 0.66% -
XYZ 19.94 13.27 9.1 -
YUV 100.15 116.63 177.11 -
System Red Green Blue C M Y K H S L
Decimal 169 69 80 0 0.59 0.53 0.34 353.4 0.42 0.47
Hex A9 45 50 0 3B 35 22 161 2A 2F
Octal 251 105 120 0 73 65 42 541 52 57
Binary 10101001 1000101 1010000 0 111011 110101 100010 101100001 101010 101111

Color Harmonies of #A94550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94550

Black with #A94550

Text Example


Text Example

White with #A94550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94550; }

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

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

background-color css

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

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

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

border-color css

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

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

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