#A85973

Color #A85973 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #A85973

Tints of Royal Heath #A85973

Color information

#A85973 (or 0xA85973) is unknown color: approx Royal Heath. HEX triplet: A8, 59 and 73. RGB value is (168,89,115). Sum of RGB (Red+Green+Blue) = 168+89+115=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A85973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85973 is #57A68C. Grayscale: #737373. Windows color (decimal): -5744269 or 7559592. OLE color: 7559592.

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

Color convert

RGB16889115-
CMYK00.470.320.34
HSL340.25º31.23%50.39%-
HSV(B)340.25º47.02%65.88%-
XYZ22.8216.7118.24-
YUV115.58127.67165.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.16%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 115 (45.31% from 255) = 30.91%
R=45.16%
G=23.92%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688911500.470.320.34340.2531.2350.39
HexA8597302F20221541f32
Octal25013116305740425243762
Binary1010100010110011110011010111110000010001010101010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85973; }

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

 H1.HeaderClassName
 {
   color: #A85973;
 }
 .AnyTagClassName
 {
   color: #A85973;
 }
</style>
background-color css

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

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

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

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

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

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