Html Css Color HEX #A84876 Royal Heath

📋 copy color: '#A84876'

red 168 ◦ green 72 ◦ blue 118

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

Shades of Royal Heath #A84876

Tints of Royal Heath #A84876

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.11%

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

R = 46.93%
G = 20.11%
B = 32.96%

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

#A84876 (or 0xA84876) is known color: Royal Heath. HEX triplet: A8, 48 and 76. RGB value is (168,72,118). Sum of RGB (Red+Green+Blue) = 168+72+118=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A84876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84876 is #57B789. Grayscale: #696969. Windows color (decimal): -5748618 or 7751848. OLE color: 7751848.

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

Color convert

RGB 168 72 118 -
CMYK 0 0.57 0.30 0.34
HSL 331.25º 0.4% 0.47% -
HSV(B) 331.25º 0.57% 0.66% -
XYZ 21.74 14.27 18.75 -
YUV 105.95 134.8 172.26 -
System Red Green Blue C M Y K H S L
Decimal 168 72 118 0 0.57 0.30 0.34 331.25 0.4 0.47
Hex A8 48 76 0 39 1E 22 14B 28 2F
Octal 250 110 166 0 71 36 42 513 50 57
Binary 10101000 1001000 1110110 0 111001 11110 100010 101001011 101000 101111

Color Harmonies of #A84876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84876

Black with #A84876

Text Example


Text Example

White with #A84876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84876; }

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

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

background-color css

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

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

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

border-color css

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

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

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