Html Css Color HEX #A64E63 Hippie Pink

📋 copy color: '#A64E63'

red 166 ◦ green 78 ◦ blue 99

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

Shades of Hippie Pink #A64E63

Tints of Hippie Pink #A64E63

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.74%

 BLUE value IS 99 (39.06% from 255) = 28.86%

R = 48.4%
G = 22.74%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A64E63 (or 0xA64E63) is known color: Hippie Pink. HEX triplet: A6, 4E and 63. RGB value is (166,78,99). Sum of RGB (Red+Green+Blue) = 166+78+99=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64E63 is #59B19C. Grayscale: #6A6A6A. Windows color (decimal): -5878173 or 6508198. OLE color: 6508198.

HSL color Cylindrical-coordinate representation of color #A64E63: hue angle of 345.68º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A64E63 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 78 99 -
CMYK 0 0.53 0.40 0.35
HSL 345.68º 0.36% 0.48% -
HSV(B) 345.68º 0.53% 0.65% -
XYZ 20.7 14.46 13.5 -
YUV 106.71 123.65 170.29 -
System Red Green Blue C M Y K H S L
Decimal 166 78 99 0 0.53 0.40 0.35 345.68 0.36 0.48
Hex A6 4E 63 0 35 28 23 15A 24 30
Octal 246 116 143 0 65 50 43 532 44 60
Binary 10100110 1001110 1100011 0 110101 101000 100011 101011010 100100 110000

Color Harmonies of #A64E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64E63

Black with #A64E63

Text Example


Text Example

White with #A64E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64E63; }

 p { color: rgb(166,78,99); }

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

background-color css

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

 a { background-color: rgb(166,78,99); }

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

border-color css

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

 span { border-color: rgb(166,78,99); }

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