#A44E75

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

Shades of Royal Heath #A44E75

Tints of Royal Heath #A44E75

Color information

#A44E75 (or 0xA44E75) is unknown color: approx Royal Heath. HEX triplet: A4, 4E and 75. RGB value is (164,78,117). Sum of RGB (Red+Green+Blue) = 164+78+117=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44E75 is #5BB18A. Grayscale: #6C6C6C. Windows color (decimal): -6009227 or 7687844. OLE color: 7687844.

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

Color convert

RGB16478117-
CMYK00.520.290.36
HSL332.79º35.54%47.45%-
HSV(B)332.79º52.44%64.31%-
XYZ21.2514.6318.53-
YUV108.16132.99167.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 78 (30.86% from 255) = 21.73%
BLUE value IS 117 (46.09% from 255) = 32.59%
R=45.68%
G=21.73%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647811700.520.290.36332.7935.5447.45
HexA44E750341D2414d242f
Octal24411616506435445154457
Binary1010010010011101110101011010011101100100101001101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E75; }

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

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

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

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

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

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

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

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