Html Css Color HEX #A64950 Hippie Pink

📋 copy color: '#A64950'

red 166 ◦ green 73 ◦ blue 80

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

Shades of Hippie Pink #A64950

Tints of Hippie Pink #A64950

RGB

 RED value IS 166 (65.23% from 255) = 52.04%

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

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

R = 52.04%
G = 22.88%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A64950 (or 0xA64950) is known color: Hippie Pink. HEX triplet: A6, 49 and 50. RGB value is (166,73,80). Sum of RGB (Red+Green+Blue) = 166+73+80=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A64950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64950 is #59B6AF. Grayscale: #656565. Windows color (decimal): -5879472 or 5261734. OLE color: 5261734.

HSL color Cylindrical-coordinate representation of color #A64950: hue angle of 355.48º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A64950 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 73 80 -
CMYK 0 0.56 0.52 0.35
HSL 355.48º 0.39% 0.47% -
HSV(B) 355.48º 0.56% 0.65% -
XYZ 19.56 13.45 9.16 -
YUV 101.61 115.81 173.93 -
System Red Green Blue C M Y K H S L
Decimal 166 73 80 0 0.56 0.52 0.35 355.48 0.39 0.47
Hex A6 49 50 0 38 34 23 163 27 2F
Octal 246 111 120 0 70 64 43 543 47 57
Binary 10100110 1001001 1010000 0 111000 110100 100011 101100011 100111 101111

Color Harmonies of #A64950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64950

Black with #A64950

Text Example


Text Example

White with #A64950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64950; }

 p { color: rgb(166,73,80); }

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

background-color css

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

 a { background-color: rgb(166,73,80); }

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

border-color css

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

 span { border-color: rgb(166,73,80); }

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