#A95670

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

Shades of Royal Heath #A95670

Tints of Royal Heath #A95670

Color information

#A95670 (or 0xA95670) is unknown color: approx Royal Heath. HEX triplet: A9, 56 and 70. RGB value is (169,86,112). Sum of RGB (Red+Green+Blue) = 169+86+112=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A95670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95670 is #56A98F. Grayscale: #717171. Windows color (decimal): -5679504 or 7362217. OLE color: 7362217.

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

Color convert

RGB16986112-
CMYK00.490.340.34
HSL341.2º32.55%50%-
HSV(B)341.2º49.11%66.27%-
XYZ22.6116.2617.28-
YUV113.78127167.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.05%
GREEN value IS 86 (33.98% from 255) = 23.43%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=46.05%
G=23.43%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698611200.490.340.34341.232.5550
HexA9567003122221552132
Octal25112616006142425254162
Binary10101001101011011100000110001100010100010101010101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95670; }

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

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

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

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

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

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

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

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