#A45577

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

Shades of Royal Heath #A45577

Tints of Royal Heath #A45577

Color information

#A45577 (or 0xA45577) is unknown color: approx Royal Heath. HEX triplet: A4, 55 and 77. RGB value is (164,85,119). Sum of RGB (Red+Green+Blue) = 164+85+119=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A45577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45577 is #5BAA88. Grayscale: #707070. Windows color (decimal): -6007433 or 7820708. OLE color: 7820708.

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

Color convert

RGB16485119-
CMYK00.480.270.36
HSL334.18º31.73%48.82%-
HSV(B)334.18º48.17%64.31%-
XYZ21.8915.7219.33-
YUV112.5131.67164.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.57%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 119 (46.88% from 255) = 32.34%
R=44.57%
G=23.10%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648511900.480.270.36334.1831.7348.82
HexA455770301B2414e2031
Octal24412516706033445164061
Binary1010010010101011110111011000011011100100101001110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45577; }

 p { color: rgb(164,85,119); }

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

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

 a { background-color: rgb(164,85,119); }

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

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

 span { border-color: rgb(164,85,119); }

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