Html Css Color HEX #A64959 Hippie Pink

📋 copy color: '#A64959'

red 166 ◦ green 73 ◦ blue 89

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

Shades of Hippie Pink #A64959

Tints of Hippie Pink #A64959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.13%

R = 50.61%
G = 22.26%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A64959 (or 0xA64959) is known color: Hippie Pink. HEX triplet: A6, 49 and 59. RGB value is (166,73,89). Sum of RGB (Red+Green+Blue) = 166+73+89=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A64959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64959 is #59B6A6. Grayscale: #666666. Windows color (decimal): -5879463 or 5851558. OLE color: 5851558.

HSL color Cylindrical-coordinate representation of color #A64959: hue angle of 349.68º 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 #A64959 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 73 89 -
CMYK 0 0.56 0.46 0.35
HSL 349.68º 0.39% 0.47% -
HSV(B) 349.68º 0.56% 0.65% -
XYZ 19.91 13.59 11.03 -
YUV 102.63 120.31 173.2 -
System Red Green Blue C M Y K H S L
Decimal 166 73 89 0 0.56 0.46 0.35 349.68 0.39 0.47
Hex A6 49 59 0 38 2E 23 15E 27 2F
Octal 246 111 131 0 70 56 43 536 47 57
Binary 10100110 1001001 1011001 0 111000 101110 100011 101011110 100111 101111

Color Harmonies of #A64959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64959

Black with #A64959

Text Example


Text Example

White with #A64959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64959; }

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

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

background-color css

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

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

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

border-color css

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

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

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