Html Css Color HEX #A84E72 Royal Heath

📋 copy color: '#A84E72'

red 168 ◦ green 78 ◦ blue 114

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

Shades of Royal Heath #A84E72

Tints of Royal Heath #A84E72

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.67%

 BLUE value IS 114 (44.92% from 255) = 31.67%

R = 46.67%
G = 21.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A84E72 (or 0xA84E72) is known color: Royal Heath. HEX triplet: A8, 4E and 72. RGB value is (168,78,114). Sum of RGB (Red+Green+Blue) = 168+78+114=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84E72 is #57B18D. Grayscale: #6C6C6C. Windows color (decimal): -5747086 or 7491240. OLE color: 7491240.

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

Color convert

RGB 168 78 114 -
CMYK 0 0.54 0.32 0.34
HSL 336º 0.37% 0.48% -
HSV(B) 336º 0.54% 0.66% -
XYZ 21.91 14.99 17.66 -
YUV 109.01 130.82 170.07 -
System Red Green Blue C M Y K H S L
Decimal 168 78 114 0 0.54 0.32 0.34 336 0.37 0.48
Hex A8 4E 72 0 36 20 22 150 25 30
Octal 250 116 162 0 66 40 42 520 45 60
Binary 10101000 1001110 1110010 0 110110 100000 100010 101010000 100101 110000

Color Harmonies of #A84E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84E72

Black with #A84E72

Text Example


Text Example

White with #A84E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84E72; }

 p { color: rgb(168,78,114); }

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

background-color css

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

 a { background-color: rgb(168,78,114); }

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

border-color css

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

 span { border-color: rgb(168,78,114); }

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