#A65675

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

Shades of Royal Heath #A65675

Tints of Royal Heath #A65675

Color information

#A65675 (or 0xA65675) is unknown color: approx Royal Heath. HEX triplet: A6, 56 and 75. RGB value is (166,86,117). Sum of RGB (Red+Green+Blue) = 166+86+117=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A65675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65675 is #59A98A. Grayscale: #717171. Windows color (decimal): -5876107 or 7689894. OLE color: 7689894.

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

Color convert

RGB16686117-
CMYK00.480.300.35
HSL336.75º31.75%49.41%-
HSV(B)336.75º48.19%65.1%-
XYZ22.2616.0518.75-
YUV113.45130165.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.99%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=44.99%
G=23.31%
B=31.71%

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
Decimal1668611700.480.300.35336.7531.7549.41
HexA656750301E231512031
Octal24612616506036435214061
Binary1010011010101101110101011000011110100011101010001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65675; }

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

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

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

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

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

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

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

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