#A65B76

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

Shades of Royal Heath #A65B76

Tints of Royal Heath #A65B76

Color information

#A65B76 (or 0xA65B76) is unknown color: approx Royal Heath. HEX triplet: A6, 5B and 76. RGB value is (166,91,118). Sum of RGB (Red+Green+Blue) = 166+91+118=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65B76 is #59A489. Grayscale: #747474. Windows color (decimal): -5874826 or 7756710. OLE color: 7756710.

HSL color Cylindrical-coordinate representation of color #A65B76: hue angle of 338.4º 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 #A65B76 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB16691118-
CMYK00.450.290.35
HSL338.4º29.64%50.39%-
HSV(B)338.4º45.18%65.1%-
XYZ22.7416.919.2-
YUV116.5128.85163.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 91 (35.94% from 255) = 24.27%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=44.27%
G=24.27%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669111800.450.290.35338.429.6450.39
HexA65B7602D1D231521e32
Octal24613316605535435223662
Binary101001101011011111011001011011110110001110101001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65B76; }

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

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

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

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

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

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

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

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