#A95772

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

Shades of Royal Heath #A95772

Tints of Royal Heath #A95772

Color information

#A95772 (or 0xA95772) is unknown color: approx Royal Heath. HEX triplet: A9, 57 and 72. RGB value is (169,87,114). Sum of RGB (Red+Green+Blue) = 169+87+114=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A95772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95772 is #56A88D. Grayscale: #727272. Windows color (decimal): -5679246 or 7493545. OLE color: 7493545.

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

Color convert

RGB16987114-
CMYK00.490.330.34
HSL340.24º32.28%50.2%-
HSV(B)340.24º48.52%66.27%-
XYZ22.8116.4717.9-
YUV114.6127.67166.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 87 (34.38% from 255) = 23.51%
BLUE value IS 114 (44.92% from 255) = 30.81%
R=45.68%
G=23.51%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698711400.490.330.34340.2432.2850.2
HexA9577203121221542032
Octal25112716206141425244062
Binary10101001101011111100100110001100001100010101010100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95772; }

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

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

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

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

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

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

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

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