#A8486F

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

Shades of Royal Heath #A8486F

Tints of Royal Heath #A8486F

Color information

#A8486F (or 0xA8486F) is unknown color: approx Royal Heath. HEX triplet: A8, 48 and 6F. RGB value is (168,72,111). Sum of RGB (Red+Green+Blue) = 168+72+111=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A8486F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8486F is #57B790. Grayscale: #696969. Windows color (decimal): -5748625 or 7293096. OLE color: 7293096.

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

Color convert

RGB16872111-
CMYK00.570.340.34
HSL335.62º40%47.06%-
HSV(B)335.62º57.14%65.88%-
XYZ21.3414.1116.64-
YUV105.15131.3172.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.86%
GREEN value IS 72 (28.52% from 255) = 20.51%
BLUE value IS 111 (43.75% from 255) = 31.62%
R=47.86%
G=20.51%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687211100.570.340.34335.624047.06
HexA8486F0392222150282f
Octal25011015707142425205057
Binary10101000100100011011110111001100010100010101010000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8486F; }

 p { color: rgb(168,72,111); }

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

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

 a { background-color: rgb(168,72,111); }

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

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

 span { border-color: rgb(168,72,111); }

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