#A85972

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

Shades of Royal Heath #A85972

Tints of Royal Heath #A85972

Color information

#A85972 (or 0xA85972) is unknown color: approx Royal Heath. HEX triplet: A8, 59 and 72. RGB value is (168,89,114). Sum of RGB (Red+Green+Blue) = 168+89+114=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A85972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85972 is #57A68D. Grayscale: #737373. Windows color (decimal): -5744270 or 7494056. OLE color: 7494056.

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

Color convert

RGB16889114-
CMYK00.470.320.34
HSL341.01º31.23%50.39%-
HSV(B)341.01º47.02%65.88%-
XYZ22.7616.6817.94-
YUV115.47127.17165.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.28%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 114 (44.92% from 255) = 30.73%
R=45.28%
G=23.99%
B=30.73%

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
Decimal1688911400.470.320.34341.0131.2350.39
HexA8597202F20221551f32
Octal25013116205740425253762
Binary1010100010110011110010010111110000010001010101010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85972; }

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

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

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

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

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

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

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

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