#A44376

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

Shades of Royal Heath #A44376

Tints of Royal Heath #A44376

Color information

#A44376 (or 0xA44376) is unknown color: approx Royal Heath. HEX triplet: A4, 43 and 76. RGB value is (164,67,118). Sum of RGB (Red+Green+Blue) = 164+67+118=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A44376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44376 is #5BBC89. Grayscale: #656565. Windows color (decimal): -6012042 or 7750564. OLE color: 7750564.

HSL color Cylindrical-coordinate representation of color #A44376: hue angle of 328.45º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A44376 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB16467118-
CMYK00.590.280.36
HSL328.45º41.99%45.29%-
HSV(B)328.45º59.15%64.31%-
XYZ20.5913.2118.61-
YUV101.82137.14172.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.99%
GREEN value IS 67 (26.56% from 255) = 19.20%
BLUE value IS 118 (46.48% from 255) = 33.81%
R=46.99%
G=19.20%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646711800.590.280.36328.4541.9945.29
HexA4437603B1C241482a2d
Octal24410316607334445105255
Binary1010010010000111110110011101111100100100101001000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44376; }

 p { color: rgb(164,67,118); }

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

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

 a { background-color: rgb(164,67,118); }

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

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

 span { border-color: rgb(164,67,118); }

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