Html Css Color HEX #A65963 Hippie Pink

📋 copy color: '#A65963'

red 166 ◦ green 89 ◦ blue 99

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

Shades of Hippie Pink #A65963

Tints of Hippie Pink #A65963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.14%

 BLUE value IS 99 (39.06% from 255) = 27.97%

R = 46.89%
G = 25.14%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A65963 (or 0xA65963) is known color: Hippie Pink. HEX triplet: A6, 59 and 63. RGB value is (166,89,99). Sum of RGB (Red+Green+Blue) = 166+89+99=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A65963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65963 is #59A69C. Grayscale: #717171. Windows color (decimal): -5875357 or 6511014. OLE color: 6511014.

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

Color convert

RGB 166 89 99 -
CMYK 0 0.46 0.40 0.35
HSL 352.21º 0.3% 0.5% -
HSV(B) 352.21º 0.46% 0.65% -
XYZ 21.55 16.15 13.79 -
YUV 113.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 166 89 99 0 0.46 0.40 0.35 352.21 0.3 0.5
Hex A6 59 63 0 2E 28 23 160 1E 32
Octal 246 131 143 0 56 50 43 540 36 62
Binary 10100110 1011001 1100011 0 101110 101000 100011 101100000 11110 110010

Color Harmonies of #A65963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65963

Black with #A65963

Text Example


Text Example

White with #A65963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65963; }

 p { color: rgb(166,89,99); }

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

background-color css

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

 a { background-color: rgb(166,89,99); }

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

border-color css

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

 span { border-color: rgb(166,89,99); }

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