#A94A70

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

Shades of Royal Heath #A94A70

Tints of Royal Heath #A94A70

Color information

#A94A70 (or 0xA94A70) is unknown color: approx Royal Heath. HEX triplet: A9, 4A and 70. RGB value is (169,74,112). Sum of RGB (Red+Green+Blue) = 169+74+112=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94A70 is #56B58F. Grayscale: #6A6A6A. Windows color (decimal): -5682576 or 7359145. OLE color: 7359145.

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

Color convert

RGB16974112-
CMYK00.560.340.34
HSL336º39.09%47.65%-
HSV(B)336º56.21%66.27%-
XYZ21.7414.516.98-
YUV106.74130.97172.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.61%
GREEN value IS 74 (29.30% from 255) = 20.85%
BLUE value IS 112 (44.14% from 255) = 31.55%
R=47.61%
G=20.85%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697411200.560.340.3433639.0947.65
HexA94A7003822221502730
Octal25111216007042425204760
Binary10101001100101011100000111000100010100010101010000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94A70; }

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

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

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

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

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

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

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

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