Html Css Color HEX #A64653 Hippie Pink

📋 copy color: '#A64653'

red 166 ◦ green 70 ◦ blue 83

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

Shades of Hippie Pink #A64653

Tints of Hippie Pink #A64653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.02%

R = 52.04%
G = 21.94%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A64653 (or 0xA64653) is known color: Hippie Pink. HEX triplet: A6, 46 and 53. RGB value is (166,70,83). Sum of RGB (Red+Green+Blue) = 166+70+83=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A64653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64653 is #59B9AC. Grayscale: #646464. Windows color (decimal): -5880237 or 5457574. OLE color: 5457574.

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

Color convert

RGB 166 70 83 -
CMYK 0 0.58 0.50 0.35
HSL 351.88º 0.41% 0.46% -
HSV(B) 351.88º 0.58% 0.65% -
XYZ 19.48 13.11 9.69 -
YUV 100.19 118.3 174.94 -
System Red Green Blue C M Y K H S L
Decimal 166 70 83 0 0.58 0.50 0.35 351.88 0.41 0.46
Hex A6 46 53 0 3A 32 23 160 29 2E
Octal 246 106 123 0 72 62 43 540 51 56
Binary 10100110 1000110 1010011 0 111010 110010 100011 101100000 101001 101110

Color Harmonies of #A64653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64653

Black with #A64653

Text Example


Text Example

White with #A64653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64653; }

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

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

background-color css

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

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

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

border-color css

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

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

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