Html Css Color HEX #A64977 Royal Heath

📋 copy color: '#A64977'

red 166 ◦ green 73 ◦ blue 119

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

Shades of Royal Heath #A64977

Tints of Royal Heath #A64977

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.39%

 BLUE value IS 119 (46.88% from 255) = 33.24%

R = 46.37%
G = 20.39%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A64977 (or 0xA64977) is known color: Royal Heath. HEX triplet: A6, 49 and 77. RGB value is (166,73,119). Sum of RGB (Red+Green+Blue) = 166+73+119=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A64977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64977 is #59B688. Grayscale: #696969. Windows color (decimal): -5879433 or 7817638. OLE color: 7817638.

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

Color convert

RGB 166 73 119 -
CMYK 0 0.56 0.28 0.35
HSL 330.32º 0.39% 0.47% -
HSV(B) 330.32º 0.56% 0.65% -
XYZ 21.44 14.2 19.06 -
YUV 106.05 135.31 170.76 -
System Red Green Blue C M Y K H S L
Decimal 166 73 119 0 0.56 0.28 0.35 330.32 0.39 0.47
Hex A6 49 77 0 38 1C 23 14A 27 2F
Octal 246 111 167 0 70 34 43 512 47 57
Binary 10100110 1001001 1110111 0 111000 11100 100011 101001010 100111 101111

Color Harmonies of #A64977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64977

Black with #A64977

Text Example


Text Example

White with #A64977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64977; }

 p { color: rgb(166,73,119); }

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

background-color css

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

 a { background-color: rgb(166,73,119); }

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

border-color css

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

 span { border-color: rgb(166,73,119); }

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