#AB516F

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

Shades of Royal Heath #AB516F

Tints of Royal Heath #AB516F

Color information

#AB516F (or 0xAB516F) is unknown color: approx Royal Heath. HEX triplet: AB, 51 and 6F. RGB value is (171,81,111). Sum of RGB (Red+Green+Blue) = 171+81+111=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB516F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB516F is #54AE90. Grayscale: #6F6F6F. Windows color (decimal): -5549713 or 7295403. OLE color: 7295403.

HSL color Cylindrical-coordinate representation of color #AB516F: hue angle of 340º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB516F is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB17181111-
CMYK00.530.350.33
HSL340º35.71%49.41%-
HSV(B)340º52.63%67.06%-
XYZ22.6115.6916.88-
YUV111.33127.82170.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.11%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 111 (43.75% from 255) = 30.58%
R=47.11%
G=22.31%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718111100.530.350.3334035.7149.41
HexAB516F03523211542431
Octal25312115706543415244461
Binary10101011101000111011110110101100011100001101010100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB516F; }

 p { color: rgb(171,81,111); }

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

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

 a { background-color: rgb(171,81,111); }

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

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

 span { border-color: rgb(171,81,111); }

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