Html Css Color HEX #A84976 Royal Heath

📋 copy color: '#A84976'

red 168 ◦ green 73 ◦ blue 118

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

Shades of Royal Heath #A84976

Tints of Royal Heath #A84976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.87%

R = 46.8%
G = 20.33%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A84976 (or 0xA84976) is known color: Royal Heath. HEX triplet: A8, 49 and 76. RGB value is (168,73,118). Sum of RGB (Red+Green+Blue) = 168+73+118=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A84976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84976 is #57B689. Grayscale: #6A6A6A. Windows color (decimal): -5748362 or 7752104. OLE color: 7752104.

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

Color convert

RGB 168 73 118 -
CMYK 0 0.57 0.30 0.34
HSL 331.58º 0.39% 0.47% -
HSV(B) 331.58º 0.57% 0.66% -
XYZ 21.8 14.4 18.77 -
YUV 106.54 134.47 171.84 -
System Red Green Blue C M Y K H S L
Decimal 168 73 118 0 0.57 0.30 0.34 331.58 0.39 0.47
Hex A8 49 76 0 39 1E 22 14C 27 2F
Octal 250 111 166 0 71 36 42 514 47 57
Binary 10101000 1001001 1110110 0 111001 11110 100010 101001100 100111 101111

Color Harmonies of #A84976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84976

Black with #A84976

Text Example


Text Example

White with #A84976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84976; }

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

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

background-color css

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

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

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

border-color css

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

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

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