Html Css Color HEX #A84A72 Royal Heath

📋 copy color: '#A84A72'

red 168 ◦ green 74 ◦ blue 114

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

Shades of Royal Heath #A84A72

Tints of Royal Heath #A84A72

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.79%

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

R = 47.19%
G = 20.79%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A84A72 (or 0xA84A72) is known color: Royal Heath. HEX triplet: A8, 4A and 72. RGB value is (168,74,114). Sum of RGB (Red+Green+Blue) = 168+74+114=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84A72 is #57B58D. Grayscale: #6A6A6A. Windows color (decimal): -5748110 or 7490216. OLE color: 7490216.

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

Color convert

RGB 168 74 114 -
CMYK 0 0.56 0.32 0.34
HSL 334.47º 0.39% 0.47% -
HSV(B) 334.47º 0.56% 0.66% -
XYZ 21.63 14.44 17.57 -
YUV 106.67 132.14 171.75 -
System Red Green Blue C M Y K H S L
Decimal 168 74 114 0 0.56 0.32 0.34 334.47 0.39 0.47
Hex A8 4A 72 0 38 20 22 14E 27 2F
Octal 250 112 162 0 70 40 42 516 47 57
Binary 10101000 1001010 1110010 0 111000 100000 100010 101001110 100111 101111

Color Harmonies of #A84A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84A72

Black with #A84A72

Text Example


Text Example

White with #A84A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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