Html Css Color HEX #A65864 Hippie Pink

📋 copy color: '#A65864'

red 166 ◦ green 88 ◦ blue 100

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

Shades of Hippie Pink #A65864

Tints of Hippie Pink #A65864

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.86%

 BLUE value IS 100 (39.45% from 255) = 28.25%

R = 46.89%
G = 24.86%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A65864 (or 0xA65864) is known color: Hippie Pink. HEX triplet: A6, 58 and 64. RGB value is (166,88,100). Sum of RGB (Red+Green+Blue) = 166+88+100=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A65864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65864 is #59A79B. Grayscale: #707070. Windows color (decimal): -5875612 or 6576294. OLE color: 6576294.

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

Color convert

RGB 166 88 100 -
CMYK 0 0.47 0.40 0.35
HSL 350.77º 0.31% 0.5% -
HSV(B) 350.77º 0.47% 0.65% -
XYZ 21.52 16.01 14.01 -
YUV 112.69 120.84 166.02 -
System Red Green Blue C M Y K H S L
Decimal 166 88 100 0 0.47 0.40 0.35 350.77 0.31 0.5
Hex A6 58 64 0 2F 28 23 15F 1F 32
Octal 246 130 144 0 57 50 43 537 37 62
Binary 10100110 1011000 1100100 0 101111 101000 100011 101011111 11111 110010

Color Harmonies of #A65864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65864

Black with #A65864

Text Example


Text Example

White with #A65864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65864; }

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

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

background-color css

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

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

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

border-color css

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

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

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