Html Css Color HEX #A64658 Hippie Pink

📋 copy color: '#A64658'

red 166 ◦ green 70 ◦ blue 88

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

Shades of Hippie Pink #A64658

Tints of Hippie Pink #A64658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.16%

R = 51.23%
G = 21.6%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A64658 (or 0xA64658) is known color: Hippie Pink. HEX triplet: A6, 46 and 58. RGB value is (166,70,88). Sum of RGB (Red+Green+Blue) = 166+70+88=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A64658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64658 is #59B9A7. Grayscale: #646464. Windows color (decimal): -5880232 or 5785254. OLE color: 5785254.

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

Color convert

RGB 166 70 88 -
CMYK 0 0.58 0.47 0.35
HSL 348.75º 0.41% 0.46% -
HSV(B) 348.75º 0.58% 0.65% -
XYZ 19.68 13.19 10.74 -
YUV 100.76 120.8 174.54 -
System Red Green Blue C M Y K H S L
Decimal 166 70 88 0 0.58 0.47 0.35 348.75 0.41 0.46
Hex A6 46 58 0 3A 2F 23 15D 29 2E
Octal 246 106 130 0 72 57 43 535 51 56
Binary 10100110 1000110 1011000 0 111010 101111 100011 101011101 101001 101110

Color Harmonies of #A64658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64658

Black with #A64658

Text Example


Text Example

White with #A64658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64658; }

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

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

background-color css

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

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

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

border-color css

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

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

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