Html Css Color HEX #A64974 Royal Heath

📋 copy color: '#A64974'

red 166 ◦ green 73 ◦ blue 116

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

Shades of Royal Heath #A64974

Tints of Royal Heath #A64974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.68%

R = 46.76%
G = 20.56%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A64974 (or 0xA64974) is known color: Royal Heath. HEX triplet: A6, 49 and 74. RGB value is (166,73,116). Sum of RGB (Red+Green+Blue) = 166+73+116=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A64974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64974 is #59B68B. Grayscale: #696969. Windows color (decimal): -5879436 or 7621030. OLE color: 7621030.

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

Color convert

RGB 166 73 116 -
CMYK 0 0.56 0.30 0.35
HSL 332.26º 0.39% 0.47% -
HSV(B) 332.26º 0.56% 0.65% -
XYZ 21.26 14.13 18.13 -
YUV 105.71 133.81 171 -
System Red Green Blue C M Y K H S L
Decimal 166 73 116 0 0.56 0.30 0.35 332.26 0.39 0.47
Hex A6 49 74 0 38 1E 23 14C 27 2F
Octal 246 111 164 0 70 36 43 514 47 57
Binary 10100110 1001001 1110100 0 111000 11110 100011 101001100 100111 101111

Color Harmonies of #A64974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64974

Black with #A64974

Text Example


Text Example

White with #A64974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64974; }

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

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

background-color css

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

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

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

border-color css

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

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

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