#A55777

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

Shades of Royal Heath #A55777

Tints of Royal Heath #A55777

Color information

#A55777 (or 0xA55777) is unknown color: approx Royal Heath. HEX triplet: A5, 57 and 77. RGB value is (165,87,119). Sum of RGB (Red+Green+Blue) = 165+87+119=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A55777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55777 is #5AA888. Grayscale: #717171. Windows color (decimal): -5941385 or 7821221. OLE color: 7821221.

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

Color convert

RGB16587119-
CMYK00.470.280.35
HSL335.38º30.95%49.41%-
HSV(B)335.38º47.27%64.71%-
XYZ22.2616.1519.4-
YUV113.97130.84164.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 119 (46.88% from 255) = 32.08%
R=44.47%
G=23.45%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658711900.470.280.35335.3830.9549.41
HexA5577702F1C2314f1f31
Octal24512716705734435173761
Binary101001011010111111011101011111110010001110100111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55777; }

 p { color: rgb(165,87,119); }

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

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

 a { background-color: rgb(165,87,119); }

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

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

 span { border-color: rgb(165,87,119); }

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