#A94D6D

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

Shades of Royal Heath #A94D6D

Tints of Royal Heath #A94D6D

Color information

#A94D6D (or 0xA94D6D) is unknown color: approx Royal Heath. HEX triplet: A9, 4D and 6D. RGB value is (169,77,109). Sum of RGB (Red+Green+Blue) = 169+77+109=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94D6D is #56B292. Grayscale: #6C6C6C. Windows color (decimal): -5681811 or 7163305. OLE color: 7163305.

HSL color Cylindrical-coordinate representation of color #A94D6D: hue angle of 339.13º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A94D6D is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB16977109-
CMYK00.540.360.34
HSL339.13º37.4%48.24%-
HSV(B)339.13º54.44%66.27%-
XYZ21.7814.8516.19-
YUV108.16128.48171.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.61%
GREEN value IS 77 (30.47% from 255) = 21.69%
BLUE value IS 109 (42.97% from 255) = 30.70%
R=47.61%
G=21.69%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697710900.540.360.34339.1337.448.24
HexA94D6D03624221532530
Octal25111515506644425234560
Binary10101001100110111011010110110100100100010101010011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94D6D; }

 p { color: rgb(169,77,109); }

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

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

 a { background-color: rgb(169,77,109); }

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

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

 span { border-color: rgb(169,77,109); }

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