#A95671

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

Shades of Royal Heath #A95671

Tints of Royal Heath #A95671

Color information

#A95671 (or 0xA95671) is unknown color: approx Royal Heath. HEX triplet: A9, 56 and 71. RGB value is (169,86,113). Sum of RGB (Red+Green+Blue) = 169+86+113=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 169 - color contains mainly: red. Hex color #A95671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95671 is #56A98E. Grayscale: #717171. Windows color (decimal): -5679503 or 7427753. OLE color: 7427753.

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

Color convert

RGB16986113-
CMYK00.490.330.34
HSL340.48º32.55%50%-
HSV(B)340.48º49.11%66.27%-
XYZ22.6716.2817.57-
YUV113.9127.5167.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.92%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 113 (44.53% from 255) = 30.71%
R=45.92%
G=23.37%
B=30.71%

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
Decimal1698611300.490.330.34340.4832.5550
HexA9567103121221542132
Octal25112616106141425244162
Binary10101001101011011100010110001100001100010101010100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95671; }

 p { color: rgb(169,86,113); }

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

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

 a { background-color: rgb(169,86,113); }

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

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

 span { border-color: rgb(169,86,113); }

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