Html Css Color HEX #A65163 Hippie Pink

📋 copy color: '#A65163'

red 166 ◦ green 81 ◦ blue 99

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

Shades of Hippie Pink #A65163

Tints of Hippie Pink #A65163

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.41%

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

R = 47.98%
G = 23.41%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A65163 (or 0xA65163) is known color: Hippie Pink. HEX triplet: A6, 51 and 63. RGB value is (166,81,99). Sum of RGB (Red+Green+Blue) = 166+81+99=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A65163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65163 is #59AE9C. Grayscale: #6C6C6C. Windows color (decimal): -5877405 or 6508966. OLE color: 6508966.

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

Color convert

RGB 166 81 99 -
CMYK 0 0.51 0.40 0.35
HSL 347.29º 0.34% 0.48% -
HSV(B) 347.29º 0.51% 0.65% -
XYZ 20.92 14.89 13.58 -
YUV 108.47 122.66 169.04 -
System Red Green Blue C M Y K H S L
Decimal 166 81 99 0 0.51 0.40 0.35 347.29 0.34 0.48
Hex A6 51 63 0 33 28 23 15B 22 30
Octal 246 121 143 0 63 50 43 533 42 60
Binary 10100110 1010001 1100011 0 110011 101000 100011 101011011 100010 110000

Color Harmonies of #A65163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65163

Black with #A65163

Text Example


Text Example

White with #A65163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65163; }

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

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

background-color css

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

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

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

border-color css

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

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

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