#A44F70

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

Shades of Royal Heath #A44F70

Tints of Royal Heath #A44F70

Color information

#A44F70 (or 0xA44F70) is unknown color: approx Royal Heath. HEX triplet: A4, 4F and 70. RGB value is (164,79,112). Sum of RGB (Red+Green+Blue) = 164+79+112=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44F70 is #5BB08F. Grayscale: #6C6C6C. Windows color (decimal): -6008976 or 7360420. OLE color: 7360420.

HSL color Cylindrical-coordinate representation of color #A44F70: hue angle of 336.71º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A44F70 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16479112-
CMYK00.520.320.36
HSL336.71º34.98%47.65%-
HSV(B)336.71º51.83%64.31%-
XYZ21.0314.6517.05-
YUV108.18130.16167.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 79 (31.25% from 255) = 22.25%
BLUE value IS 112 (44.14% from 255) = 31.55%
R=46.20%
G=22.25%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647911200.520.320.36336.7134.9847.65
HexA44F7003420241512330
Octal24411716006440445214360
Binary10100100100111111100000110100100000100100101010001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44F70; }

 p { color: rgb(164,79,112); }

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

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

 a { background-color: rgb(164,79,112); }

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

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

 span { border-color: rgb(164,79,112); }

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