#A65D77

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

Shades of Royal Heath #A65D77

Tints of Royal Heath #A65D77

Color information

#A65D77 (or 0xA65D77) is unknown color: approx Royal Heath. HEX triplet: A6, 5D and 77. RGB value is (166,93,119). Sum of RGB (Red+Green+Blue) = 166+93+119=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D77 is #59A288. Grayscale: #757575. Windows color (decimal): -5874313 or 7822758. OLE color: 7822758.

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

Color convert

RGB16693119-
CMYK00.440.280.35
HSL338.63º29.08%50.78%-
HSV(B)338.63º43.98%65.1%-
XYZ22.9717.2719.58-
YUV117.79128.68162.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 93 (36.72% from 255) = 24.60%
BLUE value IS 119 (46.88% from 255) = 31.48%
R=43.92%
G=24.60%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669311900.440.280.35338.6329.0850.78
HexA65D7702C1C231531d33
Octal24613516705434435233563
Binary101001101011101111011101011001110010001110101001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D77; }

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

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

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

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

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

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

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

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