#A65770

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

Shades of Royal Heath #A65770

Tints of Royal Heath #A65770

Color information

#A65770 (or 0xA65770) is unknown color: approx Royal Heath. HEX triplet: A6, 57 and 70. RGB value is (166,87,112). Sum of RGB (Red+Green+Blue) = 166+87+112=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A65770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65770 is #59A88F. Grayscale: #717171. Windows color (decimal): -5875856 or 7362470. OLE color: 7362470.

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

Color convert

RGB16687112-
CMYK00.480.330.35
HSL341.01º31.23%49.61%-
HSV(B)341.01º47.59%65.1%-
XYZ22.0616.0917.27-
YUV113.47127.17165.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 87 (34.38% from 255) = 23.84%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=45.48%
G=23.84%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668711200.480.330.35341.0131.2349.61
HexA6577003021231551f32
Octal24612716006041435253762
Binary1010011010101111110000011000010000110001110101010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65770; }

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

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

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

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

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

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

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

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