#A65C77

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

Shades of Royal Heath #A65C77

Tints of Royal Heath #A65C77

Color information

#A65C77 (or 0xA65C77) is unknown color: approx Royal Heath. HEX triplet: A6, 5C and 77. RGB value is (166,92,119). Sum of RGB (Red+Green+Blue) = 166+92+119=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C77 is #59A388. Grayscale: #757575. Windows color (decimal): -5874569 or 7822502. OLE color: 7822502.

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

Color convert

RGB16692119-
CMYK00.450.280.35
HSL338.11º29.37%50.59%-
HSV(B)338.11º44.58%65.1%-
XYZ22.8817.0919.55-
YUV117.2129.02162.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 119 (46.88% from 255) = 31.56%
R=44.03%
G=24.40%
B=31.56%

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
Decimal1669211900.450.280.35338.1129.3750.59
HexA65C7702D1C231521d33
Octal24613416705534435223563
Binary101001101011100111011101011011110010001110101001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C77; }

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

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

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

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

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

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

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

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