#A44D75

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

Shades of Royal Heath #A44D75

Tints of Royal Heath #A44D75

Color information

#A44D75 (or 0xA44D75) is unknown color: approx Royal Heath. HEX triplet: A4, 4D and 75. RGB value is (164,77,117). Sum of RGB (Red+Green+Blue) = 164+77+117=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44D75 is #5BB28A. Grayscale: #6B6B6B. Windows color (decimal): -6009483 or 7687588. OLE color: 7687588.

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

Color convert

RGB16477117-
CMYK00.530.290.36
HSL332.41º36.1%47.25%-
HSV(B)332.41º53.05%64.31%-
XYZ21.1714.4818.51-
YUV107.57133.32168.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.81%
GREEN value IS 77 (30.47% from 255) = 21.51%
BLUE value IS 117 (46.09% from 255) = 32.68%
R=45.81%
G=21.51%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647711700.530.290.36332.4136.147.25
HexA44D750351D2414c242f
Octal24411516506535445144457
Binary1010010010011011110101011010111101100100101001100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44D75; }

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

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

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

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

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

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

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

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