Html Css Color HEX #A84376 Royal Heath

📋 copy color: '#A84376'

red 168 ◦ green 67 ◦ blue 118

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

Shades of Royal Heath #A84376

Tints of Royal Heath #A84376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.98%

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

R = 47.59%
G = 18.98%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A84376 (or 0xA84376) is known color: Royal Heath. HEX triplet: A8, 43 and 76. RGB value is (168,67,118). Sum of RGB (Red+Green+Blue) = 168+67+118=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A84376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84376 is #57BC89. Grayscale: #666666. Windows color (decimal): -5749898 or 7750568. OLE color: 7750568.

HSL color Cylindrical-coordinate representation of color #A84376: hue angle of 329.7º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84376 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 67 118 -
CMYK 0 0.60 0.30 0.34
HSL 329.7º 0.43% 0.46% -
HSV(B) 329.7º 0.6% 0.66% -
XYZ 21.43 13.65 18.64 -
YUV 103.01 136.46 174.35 -
System Red Green Blue C M Y K H S L
Decimal 168 67 118 0 0.60 0.30 0.34 329.7 0.43 0.46
Hex A8 43 76 0 3C 1E 22 14A 2B 2E
Octal 250 103 166 0 74 36 42 512 53 56
Binary 10101000 1000011 1110110 0 111100 11110 100010 101001010 101011 101110

Color Harmonies of #A84376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84376

Black with #A84376

Text Example


Text Example

White with #A84376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84376; }

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

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

background-color css

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

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

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

border-color css

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

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

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