#A44E6E

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

Shades of Royal Heath #A44E6E

Tints of Royal Heath #A44E6E

Color information

#A44E6E (or 0xA44E6E) is unknown color: approx Royal Heath. HEX triplet: A4, 4E and 6E. RGB value is (164,78,110). Sum of RGB (Red+Green+Blue) = 164+78+110=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44E6E is #5BB191. Grayscale: #6B6B6B. Windows color (decimal): -6009234 or 7229092. OLE color: 7229092.

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

Color convert

RGB16478110-
CMYK00.520.330.36
HSL337.67º35.54%47.45%-
HSV(B)337.67º52.44%64.31%-
XYZ20.8514.4716.45-
YUV107.36129.49168.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.59%
GREEN value IS 78 (30.86% from 255) = 22.16%
BLUE value IS 110 (43.36% from 255) = 31.25%
R=46.59%
G=22.16%
B=31.25%

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
Decimal1647811000.520.330.36337.6735.5447.45
HexA44E6E0342124152242f
Octal24411615606441445224457
Binary10100100100111011011100110100100001100100101010010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E6E; }

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

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

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

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

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

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

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

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