Html Css Color HEX #A65261 Hippie Pink

📋 copy color: '#A65261'

red 166 ◦ green 82 ◦ blue 97

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

Shades of Hippie Pink #A65261

Tints of Hippie Pink #A65261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.77%

 BLUE value IS 97 (38.28% from 255) = 28.12%

R = 48.12%
G = 23.77%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A65261 (or 0xA65261) is known color: Hippie Pink. HEX triplet: A6, 52 and 61. RGB value is (166,82,97). Sum of RGB (Red+Green+Blue) = 166+82+97=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A65261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65261 is #59AD9E. Grayscale: #6C6C6C. Windows color (decimal): -5877151 or 6378150. OLE color: 6378150.

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

Color convert

RGB 166 82 97 -
CMYK 0 0.51 0.42 0.35
HSL 349.29º 0.34% 0.49% -
HSV(B) 349.29º 0.51% 0.65% -
XYZ 20.9 15 13.1 -
YUV 108.83 121.33 168.78 -
System Red Green Blue C M Y K H S L
Decimal 166 82 97 0 0.51 0.42 0.35 349.29 0.34 0.49
Hex A6 52 61 0 33 2A 23 15D 22 31
Octal 246 122 141 0 63 52 43 535 42 61
Binary 10100110 1010010 1100001 0 110011 101010 100011 101011101 100010 110001

Color Harmonies of #A65261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65261

Black with #A65261

Text Example


Text Example

White with #A65261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65261; }

 p { color: rgb(166,82,97); }

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

background-color css

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

 a { background-color: rgb(166,82,97); }

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

border-color css

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

 span { border-color: rgb(166,82,97); }

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