Html Css Color HEX #A4494D Hippie Pink

📋 copy color: '#A4494D'

red 164 ◦ green 73 ◦ blue 77

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

Shades of Hippie Pink #A4494D

Tints of Hippie Pink #A4494D

RGB

 RED value IS 164 (64.45% from 255) = 52.23%

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

 BLUE value IS 77 (30.47% from 255) = 24.52%

R = 52.23%
G = 23.25%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A4494D (or 0xA4494D) is known color: Hippie Pink. HEX triplet: A4, 49 and 4D. RGB value is (164,73,77). Sum of RGB (Red+Green+Blue) = 164+73+77=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A4494D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4494D is #5BB6B2. Grayscale: #646464. Windows color (decimal): -6010547 or 5065124. OLE color: 5065124.

HSL color Cylindrical-coordinate representation of color #A4494D: hue angle of 357.36º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4494D is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 73 77 -
CMYK 0 0.55 0.53 0.36
HSL 357.36º 0.38% 0.46% -
HSV(B) 357.36º 0.55% 0.64% -
XYZ 19.03 13.19 8.56 -
YUV 100.67 114.65 173.17 -
System Red Green Blue C M Y K H S L
Decimal 164 73 77 0 0.55 0.53 0.36 357.36 0.38 0.46
Hex A4 49 4D 0 37 35 24 165 26 2E
Octal 244 111 115 0 67 65 44 545 46 56
Binary 10100100 1001001 1001101 0 110111 110101 100100 101100101 100110 101110

Color Harmonies of #A4494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4494D

Black with #A4494D

Text Example


Text Example

White with #A4494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4494D; }

 p { color: rgb(164,73,77); }

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

background-color css

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

 a { background-color: rgb(164,73,77); }

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

border-color css

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

 span { border-color: rgb(164,73,77); }

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