#A44F6E

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

Shades of Royal Heath #A44F6E

Tints of Royal Heath #A44F6E

Color information

#A44F6E (or 0xA44F6E) is unknown color: approx Royal Heath. HEX triplet: A4, 4F and 6E. RGB value is (164,79,110). Sum of RGB (Red+Green+Blue) = 164+79+110=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44F6E is #5BB091. Grayscale: #6B6B6B. Windows color (decimal): -6008978 or 7229348. OLE color: 7229348.

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

Color convert

RGB16479110-
CMYK00.520.330.36
HSL338.12º34.98%47.65%-
HSV(B)338.12º51.83%64.31%-
XYZ20.9214.6116.47-
YUV107.95129.16167.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.46%
GREEN value IS 79 (31.25% from 255) = 22.38%
BLUE value IS 110 (43.36% from 255) = 31.16%
R=46.46%
G=22.38%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647911000.520.330.36338.1234.9847.65
HexA44F6E03421241522330
Octal24411715606441445224360
Binary10100100100111111011100110100100001100100101010010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44F6E; }

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

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

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

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

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

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

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

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