#A95972

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

Shades of Royal Heath #A95972

Tints of Royal Heath #A95972

Color information

#A95972 (or 0xA95972) is unknown color: approx Royal Heath. HEX triplet: A9, 59 and 72. RGB value is (169,89,114). Sum of RGB (Red+Green+Blue) = 169+89+114=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A95972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95972 is #56A68D. Grayscale: #737373. Windows color (decimal): -5678734 or 7494057. OLE color: 7494057.

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

Color convert

RGB16989114-
CMYK00.470.330.34
HSL341.25º31.75%50.59%-
HSV(B)341.25º47.34%66.27%-
XYZ22.9716.7917.95-
YUV115.77127165.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.43%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 114 (44.92% from 255) = 30.65%
R=45.43%
G=23.92%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698911400.470.330.34341.2531.7550.59
HexA9597202F21221552033
Octal25113116205741425254063
Binary10101001101100111100100101111100001100010101010101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95972; }

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

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

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

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

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

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

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

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