Html Css Color HEX #A84973 Royal Heath

📋 copy color: '#A84973'

red 168 ◦ green 73 ◦ blue 115

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

Shades of Royal Heath #A84973

Tints of Royal Heath #A84973

RGB

 RED value IS 168 (66.02% from 255) = 47.19%

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

 BLUE value IS 115 (45.31% from 255) = 32.3%

R = 47.19%
G = 20.51%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A84973 (or 0xA84973) is known color: Royal Heath. HEX triplet: A8, 49 and 73. RGB value is (168,73,115). Sum of RGB (Red+Green+Blue) = 168+73+115=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A84973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84973 is #57B68C. Grayscale: #6A6A6A. Windows color (decimal): -5748365 or 7555496. OLE color: 7555496.

HSL color Cylindrical-coordinate representation of color #A84973: hue angle of 333.47º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A84973 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 73 115 -
CMYK 0 0.57 0.32 0.34
HSL 333.47º 0.39% 0.47% -
HSV(B) 333.47º 0.57% 0.66% -
XYZ 21.63 14.33 17.85 -
YUV 106.19 132.97 172.08 -
System Red Green Blue C M Y K H S L
Decimal 168 73 115 0 0.57 0.32 0.34 333.47 0.39 0.47
Hex A8 49 73 0 39 20 22 14D 27 2F
Octal 250 111 163 0 71 40 42 515 47 57
Binary 10101000 1001001 1110011 0 111001 100000 100010 101001101 100111 101111

Color Harmonies of #A84973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84973

Black with #A84973

Text Example


Text Example

White with #A84973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84973; }

 p { color: rgb(168,73,115); }

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

background-color css

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

 a { background-color: rgb(168,73,115); }

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

border-color css

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

 span { border-color: rgb(168,73,115); }

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