#A94E6E

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

Shades of Royal Heath #A94E6E

Tints of Royal Heath #A94E6E

Color information

#A94E6E (or 0xA94E6E) is unknown color: approx Royal Heath. HEX triplet: A9, 4E and 6E. RGB value is (169,78,110). Sum of RGB (Red+Green+Blue) = 169+78+110=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94E6E is #56B191. Grayscale: #6C6C6C. Windows color (decimal): -5681554 or 7229097. OLE color: 7229097.

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

Color convert

RGB16978110-
CMYK00.540.350.34
HSL338.9º36.84%48.43%-
HSV(B)338.9º53.85%66.27%-
XYZ21.915.0116.49-
YUV108.86128.65170.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.34%
GREEN value IS 78 (30.86% from 255) = 21.85%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=47.34%
G=21.85%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697811000.540.350.34338.936.8448.43
HexA94E6E03623221532530
Octal25111615606643425234560
Binary10101001100111011011100110110100011100010101010011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94E6E; }

 p { color: rgb(169,78,110); }

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

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

 a { background-color: rgb(169,78,110); }

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

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

 span { border-color: rgb(169,78,110); }

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