#A44D72

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

Shades of Royal Heath #A44D72

Tints of Royal Heath #A44D72

Color information

#A44D72 (or 0xA44D72) is unknown color: approx Royal Heath. HEX triplet: A4, 4D and 72. RGB value is (164,77,114). Sum of RGB (Red+Green+Blue) = 164+77+114=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44D72 is #5BB28D. Grayscale: #6B6B6B. Windows color (decimal): -6009486 or 7490980. OLE color: 7490980.

HSL color Cylindrical-coordinate representation of color #A44D72: hue angle of 334.48º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A44D72 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16477114-
CMYK00.530.300.36
HSL334.48º36.1%47.25%-
HSV(B)334.48º53.05%64.31%-
XYZ2114.4217.6-
YUV107.23131.82168.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 77 (30.47% from 255) = 21.69%
BLUE value IS 114 (44.92% from 255) = 32.11%
R=46.20%
G=21.69%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647711400.530.300.36334.4836.147.25
HexA44D720351E2414e242f
Octal24411516206536445164457
Binary1010010010011011110010011010111110100100101001110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44D72; }

 p { color: rgb(164,77,114); }

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

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

 a { background-color: rgb(164,77,114); }

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

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

 span { border-color: rgb(164,77,114); }

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