Html Css Color HEX #A84972 Royal Heath

📋 copy color: '#A84972'

red 168 ◦ green 73 ◦ blue 114

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

Shades of Royal Heath #A84972

Tints of Royal Heath #A84972

RGB

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

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

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

R = 47.32%
G = 20.56%
B = 32.11%

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

#A84972 (or 0xA84972) is known color: Royal Heath. HEX triplet: A8, 49 and 72. RGB value is (168,73,114). Sum of RGB (Red+Green+Blue) = 168+73+114=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A84972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84972 is #57B68D. Grayscale: #6A6A6A. Windows color (decimal): -5748366 or 7489960. OLE color: 7489960.

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

Color convert

RGB 168 73 114 -
CMYK 0 0.57 0.32 0.34
HSL 334.11º 0.39% 0.47% -
HSV(B) 334.11º 0.57% 0.66% -
XYZ 21.57 14.3 17.54 -
YUV 106.08 132.47 172.17 -
System Red Green Blue C M Y K H S L
Decimal 168 73 114 0 0.57 0.32 0.34 334.11 0.39 0.47
Hex A8 49 72 0 39 20 22 14E 27 2F
Octal 250 111 162 0 71 40 42 516 47 57
Binary 10101000 1001001 1110010 0 111001 100000 100010 101001110 100111 101111

Color Harmonies of #A84972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84972

Black with #A84972

Text Example


Text Example

White with #A84972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84972; }

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

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

background-color css

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

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

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

border-color css

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

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

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