Html Css Color HEX #A84A76 Royal Heath

📋 copy color: '#A84A76'

red 168 ◦ green 74 ◦ blue 118

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

Shades of Royal Heath #A84A76

Tints of Royal Heath #A84A76

RGB

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

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

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

R = 46.67%
G = 20.56%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A84A76 (or 0xA84A76) is known color: Royal Heath. HEX triplet: A8, 4A and 76. RGB value is (168,74,118). Sum of RGB (Red+Green+Blue) = 168+74+118=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84A76 is #57B589. Grayscale: #6B6B6B. Windows color (decimal): -5748106 or 7752360. OLE color: 7752360.

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

Color convert

RGB 168 74 118 -
CMYK 0 0.56 0.30 0.34
HSL 331.91º 0.39% 0.47% -
HSV(B) 331.91º 0.56% 0.66% -
XYZ 21.87 14.53 18.79 -
YUV 107.12 134.14 171.42 -
System Red Green Blue C M Y K H S L
Decimal 168 74 118 0 0.56 0.30 0.34 331.91 0.39 0.47
Hex A8 4A 76 0 38 1E 22 14C 27 2F
Octal 250 112 166 0 70 36 42 514 47 57
Binary 10101000 1001010 1110110 0 111000 11110 100010 101001100 100111 101111

Color Harmonies of #A84A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84A76

Black with #A84A76

Text Example


Text Example

White with #A84A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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