#A44C6F

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

Shades of Royal Heath #A44C6F

Tints of Royal Heath #A44C6F

Color information

#A44C6F (or 0xA44C6F) is unknown color: approx Royal Heath. HEX triplet: A4, 4C and 6F. RGB value is (164,76,111). Sum of RGB (Red+Green+Blue) = 164+76+111=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44C6F is #5BB390. Grayscale: #6A6A6A. Windows color (decimal): -6009745 or 7294116. OLE color: 7294116.

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

Color convert

RGB16476111-
CMYK00.540.320.36
HSL336.14º36.67%47.06%-
HSV(B)336.14º53.66%64.31%-
XYZ20.7614.2116.69-
YUV106.3130.65169.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.72%
GREEN value IS 76 (30.08% from 255) = 21.65%
BLUE value IS 111 (43.75% from 255) = 31.62%
R=46.72%
G=21.65%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647611100.540.320.36336.1436.6747.06
HexA44C6F0362024150252f
Octal24411415706640445204557
Binary10100100100110011011110110110100000100100101010000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44C6F; }

 p { color: rgb(164,76,111); }

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

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

 a { background-color: rgb(164,76,111); }

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

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

 span { border-color: rgb(164,76,111); }

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