#A95776

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

Shades of Royal Heath #A95776

Tints of Royal Heath #A95776

Color information

#A95776 (or 0xA95776) is unknown color: approx Royal Heath. HEX triplet: A9, 57 and 76. RGB value is (169,87,118). Sum of RGB (Red+Green+Blue) = 169+87+118=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A95776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95776 is #56A889. Grayscale: #737373. Windows color (decimal): -5679242 or 7755689. OLE color: 7755689.

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

Color convert

RGB16987118-
CMYK00.490.300.34
HSL337.32º32.28%50.2%-
HSV(B)337.32º48.52%66.27%-
XYZ23.0416.5619.12-
YUV115.05129.67166.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.19%
GREEN value IS 87 (34.38% from 255) = 23.26%
BLUE value IS 118 (46.48% from 255) = 31.55%
R=45.19%
G=23.26%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698711800.490.300.34337.3232.2850.2
HexA957760311E221512032
Octal25112716606136425214062
Binary1010100110101111110110011000111110100010101010001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95776; }

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

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

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

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

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

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

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

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