Html Css Color HEX #A65579 Royal Heath

📋 copy color: '#A65579'

red 166 ◦ green 85 ◦ blue 121

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

Shades of Royal Heath #A65579

Tints of Royal Heath #A65579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.85%

 BLUE value IS 121 (47.66% from 255) = 32.53%

R = 44.62%
G = 22.85%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A65579 (or 0xA65579) is known color: Royal Heath. HEX triplet: A6, 55 and 79. RGB value is (166,85,121). Sum of RGB (Red+Green+Blue) = 166+85+121=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A65579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65579 is #59AA86. Grayscale: #717171. Windows color (decimal): -5876359 or 7951782. OLE color: 7951782.

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

Color convert

RGB 166 85 121 -
CMYK 0 0.49 0.27 0.35
HSL 333.33º 0.32% 0.49% -
HSV(B) 333.33º 0.49% 0.65% -
XYZ 22.43 15.98 19.99 -
YUV 113.32 132.34 165.57 -
System Red Green Blue C M Y K H S L
Decimal 166 85 121 0 0.49 0.27 0.35 333.33 0.32 0.49
Hex A6 55 79 0 31 1B 23 14D 20 31
Octal 246 125 171 0 61 33 43 515 40 61
Binary 10100110 1010101 1111001 0 110001 11011 100011 101001101 100000 110001

Color Harmonies of #A65579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65579

Black with #A65579

Text Example


Text Example

White with #A65579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65579; }

 p { color: rgb(166,85,121); }

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

background-color css

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

 a { background-color: rgb(166,85,121); }

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

border-color css

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

 span { border-color: rgb(166,85,121); }

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