Html Css Color HEX #A94C5D Hippie Pink

📋 copy color: '#A94C5D'

red 169 ◦ green 76 ◦ blue 93

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

Shades of Hippie Pink #A94C5D

Tints of Hippie Pink #A94C5D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.49%

 BLUE value IS 93 (36.72% from 255) = 27.51%

R = 50%
G = 22.49%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A94C5D (or 0xA94C5D) is known color: Hippie Pink. HEX triplet: A9, 4C and 5D. RGB value is (169,76,93). Sum of RGB (Red+Green+Blue) = 169+76+93=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94C5D is #56B3A2. Grayscale: #696969. Windows color (decimal): -5682083 or 6114473. OLE color: 6114473.

HSL color Cylindrical-coordinate representation of color #A94C5D: hue angle of 349.03º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A94C5D is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 76 93 -
CMYK 0 0.55 0.45 0.34
HSL 349.03º 0.38% 0.48% -
HSV(B) 349.03º 0.55% 0.66% -
XYZ 20.92 14.39 12.03 -
YUV 105.75 120.81 173.12 -
System Red Green Blue C M Y K H S L
Decimal 169 76 93 0 0.55 0.45 0.34 349.03 0.38 0.48
Hex A9 4C 5D 0 37 2D 22 15D 26 30
Octal 251 114 135 0 67 55 42 535 46 60
Binary 10101001 1001100 1011101 0 110111 101101 100010 101011101 100110 110000

Color Harmonies of #A94C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94C5D

Black with #A94C5D

Text Example


Text Example

White with #A94C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94C5D; }

 p { color: rgb(169,76,93); }

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

background-color css

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

 a { background-color: rgb(169,76,93); }

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

border-color css

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

 span { border-color: rgb(169,76,93); }

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