Html Css Color HEX #A65663 Hippie Pink

📋 copy color: '#A65663'

red 166 ◦ green 86 ◦ blue 99

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

Shades of Hippie Pink #A65663

Tints of Hippie Pink #A65663

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.5%

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

R = 47.29%
G = 24.5%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A65663 (or 0xA65663) is known color: Hippie Pink. HEX triplet: A6, 56 and 63. RGB value is (166,86,99). Sum of RGB (Red+Green+Blue) = 166+86+99=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A65663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65663 is #59A99C. Grayscale: #6F6F6F. Windows color (decimal): -5876125 or 6510246. OLE color: 6510246.

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

Color convert

RGB 166 86 99 -
CMYK 0 0.48 0.40 0.35
HSL 350.25º 0.32% 0.49% -
HSV(B) 350.25º 0.48% 0.65% -
XYZ 21.31 15.66 13.7 -
YUV 111.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 166 86 99 0 0.48 0.40 0.35 350.25 0.32 0.49
Hex A6 56 63 0 30 28 23 15E 20 31
Octal 246 126 143 0 60 50 43 536 40 61
Binary 10100110 1010110 1100011 0 110000 101000 100011 101011110 100000 110001

Color Harmonies of #A65663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65663

Black with #A65663

Text Example


Text Example

White with #A65663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65663; }

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

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

background-color css

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

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

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

border-color css

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

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

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