#A65B77

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

Shades of Royal Heath #A65B77

Tints of Royal Heath #A65B77

Color information

#A65B77 (or 0xA65B77) is unknown color: approx Royal Heath. HEX triplet: A6, 5B and 77. RGB value is (166,91,119). Sum of RGB (Red+Green+Blue) = 166+91+119=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65B77 is #59A488. Grayscale: #747474. Windows color (decimal): -5874825 or 7822246. OLE color: 7822246.

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

Color convert

RGB16691119-
CMYK00.450.280.35
HSL337.6º29.64%50.39%-
HSV(B)337.6º45.18%65.1%-
XYZ22.816.9219.52-
YUV116.62129.35163.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 91 (35.94% from 255) = 24.20%
BLUE value IS 119 (46.88% from 255) = 31.65%
R=44.15%
G=24.20%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669111900.450.280.35337.629.6450.39
HexA65B7702D1C231521e32
Octal24613316705534435223662
Binary101001101011011111011101011011110010001110101001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65B77; }

 p { color: rgb(166,91,119); }

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

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

 a { background-color: rgb(166,91,119); }

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

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

 span { border-color: rgb(166,91,119); }

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