Html Css Color HEX #A65065 Hippie Pink

📋 copy color: '#A65065'

red 166 ◦ green 80 ◦ blue 101

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

Shades of Hippie Pink #A65065

Tints of Hippie Pink #A65065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.05%

 BLUE value IS 101 (39.84% from 255) = 29.11%

R = 47.84%
G = 23.05%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A65065 (or 0xA65065) is known color: Hippie Pink. HEX triplet: A6, 50 and 65. RGB value is (166,80,101). Sum of RGB (Red+Green+Blue) = 166+80+101=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A65065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65065 is #59AF9A. Grayscale: #6C6C6C. Windows color (decimal): -5877659 or 6639782. OLE color: 6639782.

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

Color convert

RGB 166 80 101 -
CMYK 0 0.52 0.39 0.35
HSL 345.35º 0.35% 0.48% -
HSV(B) 345.35º 0.52% 0.65% -
XYZ 20.94 14.78 14.06 -
YUV 108.11 123.99 169.29 -
System Red Green Blue C M Y K H S L
Decimal 166 80 101 0 0.52 0.39 0.35 345.35 0.35 0.48
Hex A6 50 65 0 34 27 23 159 23 30
Octal 246 120 145 0 64 47 43 531 43 60
Binary 10100110 1010000 1100101 0 110100 100111 100011 101011001 100011 110000

Color Harmonies of #A65065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65065

Black with #A65065

Text Example


Text Example

White with #A65065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65065; }

 p { color: rgb(166,80,101); }

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

background-color css

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

 a { background-color: rgb(166,80,101); }

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

border-color css

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

 span { border-color: rgb(166,80,101); }

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