#A45775

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

Shades of Royal Heath #A45775

Tints of Royal Heath #A45775

Color information

#A45775 (or 0xA45775) is unknown color: approx Royal Heath. HEX triplet: A4, 57 and 75. RGB value is (164,87,117). Sum of RGB (Red+Green+Blue) = 164+87+117=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A45775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45775 is #5BA88A. Grayscale: #717171. Windows color (decimal): -6006923 or 7690148. OLE color: 7690148.

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

Color convert

RGB16487117-
CMYK00.470.290.36
HSL336.62º30.68%49.22%-
HSV(B)336.62º46.95%64.31%-
XYZ21.9315.9918.76-
YUV113.44130.01164.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.57%
GREEN value IS 87 (34.38% from 255) = 23.64%
BLUE value IS 117 (46.09% from 255) = 31.79%
R=44.57%
G=23.64%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648711700.470.290.36336.6230.6849.22
HexA4577502F1D241511f31
Octal24412716505735445213761
Binary101001001010111111010101011111110110010010101000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45775; }

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

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

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

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

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

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

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

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