#A8506E

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

Shades of Royal Heath #A8506E

Tints of Royal Heath #A8506E

Color information

#A8506E (or 0xA8506E) is unknown color: approx Royal Heath. HEX triplet: A8, 50 and 6E. RGB value is (168,80,110). Sum of RGB (Red+Green+Blue) = 168+80+110=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A8506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8506E is #57AF91. Grayscale: #6D6D6D. Windows color (decimal): -5746578 or 7229608. OLE color: 7229608.

HSL color Cylindrical-coordinate representation of color #A8506E: hue angle of 339.55º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8506E is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB16880110-
CMYK00.520.350.34
HSL339.55º35.48%48.63%-
HSV(B)339.55º52.38%65.88%-
XYZ21.8315.1916.53-
YUV109.73128.15169.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.93%
GREEN value IS 80 (31.64% from 255) = 22.35%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=46.93%
G=22.35%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688011000.520.350.34339.5535.4848.63
HexA8506E03423221542331
Octal25012015606443425244361
Binary10101000101000011011100110100100011100010101010100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8506E; }

 p { color: rgb(168,80,110); }

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

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

 a { background-color: rgb(168,80,110); }

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

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

 span { border-color: rgb(168,80,110); }

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