Html Css Color HEX #A65860 Hippie Pink

📋 copy color: '#A65860'

red 166 ◦ green 88 ◦ blue 96

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

Shades of Hippie Pink #A65860

Tints of Hippie Pink #A65860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.43%

R = 47.43%
G = 25.14%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A65860 (or 0xA65860) is known color: Hippie Pink. HEX triplet: A6, 58 and 60. RGB value is (166,88,96). Sum of RGB (Red+Green+Blue) = 166+88+96=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A65860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65860 is #59A79F. Grayscale: #707070. Windows color (decimal): -5875616 or 6314150. OLE color: 6314150.

HSL color Cylindrical-coordinate representation of color #A65860: hue angle of 353.85º 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 #A65860 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 88 96 -
CMYK 0 0.47 0.42 0.35
HSL 353.85º 0.31% 0.5% -
HSV(B) 353.85º 0.47% 0.65% -
XYZ 21.33 15.93 13.02 -
YUV 112.23 118.84 166.35 -
System Red Green Blue C M Y K H S L
Decimal 166 88 96 0 0.47 0.42 0.35 353.85 0.31 0.5
Hex A6 58 60 0 2F 2A 23 162 1F 32
Octal 246 130 140 0 57 52 43 542 37 62
Binary 10100110 1011000 1100000 0 101111 101010 100011 101100010 11111 110010

Color Harmonies of #A65860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65860

Black with #A65860

Text Example


Text Example

White with #A65860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65860; }

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

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

background-color css

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

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

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

border-color css

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

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

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