Html Css Color HEX #A65764 Hippie Pink

📋 copy color: '#A65764'

red 166 ◦ green 87 ◦ blue 100

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

Shades of Hippie Pink #A65764

Tints of Hippie Pink #A65764

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.65%

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

R = 47.03%
G = 24.65%
B = 28.33%

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

#A65764 (or 0xA65764) is known color: Hippie Pink. HEX triplet: A6, 57 and 64. RGB value is (166,87,100). Sum of RGB (Red+Green+Blue) = 166+87+100=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A65764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65764 is #59A89B. Grayscale: #707070. Windows color (decimal): -5875868 or 6576038. OLE color: 6576038.

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

Color convert

RGB 166 87 100 -
CMYK 0 0.48 0.40 0.35
HSL 350.13º 0.31% 0.5% -
HSV(B) 350.13º 0.48% 0.65% -
XYZ 21.43 15.84 13.98 -
YUV 112.1 121.17 166.44 -
System Red Green Blue C M Y K H S L
Decimal 166 87 100 0 0.48 0.40 0.35 350.13 0.31 0.5
Hex A6 57 64 0 30 28 23 15E 1F 32
Octal 246 127 144 0 60 50 43 536 37 62
Binary 10100110 1010111 1100100 0 110000 101000 100011 101011110 11111 110010

Color Harmonies of #A65764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65764

Black with #A65764

Text Example


Text Example

White with #A65764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65764; }

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

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

background-color css

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

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

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

border-color css

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

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

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