Html Css Color HEX #A64659 Hippie Pink

📋 copy color: '#A64659'

red 166 ◦ green 70 ◦ blue 89

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

Shades of Hippie Pink #A64659

Tints of Hippie Pink #A64659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.54%

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

R = 51.08%
G = 21.54%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A64659 (or 0xA64659) is known color: Hippie Pink. HEX triplet: A6, 46 and 59. RGB value is (166,70,89). Sum of RGB (Red+Green+Blue) = 166+70+89=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A64659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64659 is #59B9A6. Grayscale: #646464. Windows color (decimal): -5880231 or 5850790. OLE color: 5850790.

HSL color Cylindrical-coordinate representation of color #A64659: hue angle of 348.12º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64659 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 70 89 -
CMYK 0 0.58 0.46 0.35
HSL 348.13º 0.41% 0.46% -
HSV(B) 348.13º 0.58% 0.65% -
XYZ 19.72 13.21 10.96 -
YUV 100.87 121.3 174.46 -
System Red Green Blue C M Y K H S L
Decimal 166 70 89 0 0.58 0.46 0.35 348.13 0.41 0.46
Hex A6 46 59 0 3A 2E 23 15C 29 2E
Octal 246 106 131 0 72 56 43 534 51 56
Binary 10100110 1000110 1011001 0 111010 101110 100011 101011100 101001 101110

Color Harmonies of #A64659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64659

Black with #A64659

Text Example


Text Example

White with #A64659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64659; }

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

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

background-color css

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

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

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

border-color css

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

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

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