#A94B72

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

Shades of Royal Heath #A94B72

Tints of Royal Heath #A94B72

Color information

#A94B72 (or 0xA94B72) is unknown color: approx Royal Heath. HEX triplet: A9, 4B and 72. RGB value is (169,75,114). Sum of RGB (Red+Green+Blue) = 169+75+114=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A94B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94B72 is #56B48D. Grayscale: #6B6B6B. Windows color (decimal): -5682318 or 7490473. OLE color: 7490473.

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

Color convert

RGB16975114-
CMYK00.560.330.34
HSL335.11º38.52%47.84%-
HSV(B)335.11º55.62%66.27%-
XYZ21.9214.6817.6-
YUV107.55131.64171.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.21%
GREEN value IS 75 (29.69% from 255) = 20.95%
BLUE value IS 114 (44.92% from 255) = 31.84%
R=47.21%
G=20.95%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697511400.560.330.34335.1138.5247.84
HexA94B72038212214f2730
Octal25111316207041425174760
Binary10101001100101111100100111000100001100010101001111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94B72; }

 p { color: rgb(169,75,114); }

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

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

 a { background-color: rgb(169,75,114); }

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

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

 span { border-color: rgb(169,75,114); }

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