#A65775

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

Shades of Royal Heath #A65775

Tints of Royal Heath #A65775

Color information

#A65775 (or 0xA65775) is unknown color: approx Royal Heath. HEX triplet: A6, 57 and 75. RGB value is (166,87,117). Sum of RGB (Red+Green+Blue) = 166+87+117=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A65775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65775 is #59A88A. Grayscale: #727272. Windows color (decimal): -5875851 or 7690150. OLE color: 7690150.

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

Color convert

RGB16687117-
CMYK00.480.300.35
HSL337.22º31.23%49.61%-
HSV(B)337.22º47.59%65.1%-
XYZ22.3416.2118.78-
YUV114.04129.67165.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.86%
GREEN value IS 87 (34.38% from 255) = 23.51%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=44.86%
G=23.51%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668711700.480.300.35337.2231.2349.61
HexA657750301E231511f32
Octal24612716506036435213762
Binary101001101010111111010101100001111010001110101000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65775; }

 p { color: rgb(166,87,117); }

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

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

 a { background-color: rgb(166,87,117); }

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

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

 span { border-color: rgb(166,87,117); }

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