Html Css Color HEX #A85976 Royal Heath

📋 copy color: '#A85976'

red 168 ◦ green 89 ◦ blue 118

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

Shades of Royal Heath #A85976

Tints of Royal Heath #A85976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.73%

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

R = 44.8%
G = 23.73%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A85976 (or 0xA85976) is known color: Royal Heath. HEX triplet: A8, 59 and 76. RGB value is (168,89,118). Sum of RGB (Red+Green+Blue) = 168+89+118=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A85976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85976 is #57A689. Grayscale: #737373. Windows color (decimal): -5744266 or 7756200. OLE color: 7756200.

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

Color convert

RGB 168 89 118 -
CMYK 0 0.47 0.30 0.34
HSL 337.97º 0.31% 0.5% -
HSV(B) 337.97º 0.47% 0.66% -
XYZ 22.99 16.78 19.17 -
YUV 115.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 168 89 118 0 0.47 0.30 0.34 337.97 0.31 0.5
Hex A8 59 76 0 2F 1E 22 152 1F 32
Octal 250 131 166 0 57 36 42 522 37 62
Binary 10101000 1011001 1110110 0 101111 11110 100010 101010010 11111 110010

Color Harmonies of #A85976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85976

Black with #A85976

Text Example


Text Example

White with #A85976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85976; }

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

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

background-color css

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

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

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

border-color css

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

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

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