#AB536F

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

Shades of Royal Heath #AB536F

Tints of Royal Heath #AB536F

Color information

#AB536F (or 0xAB536F) is unknown color: approx Royal Heath. HEX triplet: AB, 53 and 6F. RGB value is (171,83,111). Sum of RGB (Red+Green+Blue) = 171+83+111=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB536F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB536F is #54AC90. Grayscale: #707070. Windows color (decimal): -5549201 or 7295915. OLE color: 7295915.

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

Color convert

RGB17183111-
CMYK00.510.350.33
HSL340.91º34.65%49.8%-
HSV(B)340.91º51.46%67.06%-
XYZ22.7615.9916.93-
YUV112.5127.15169.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.85%
GREEN value IS 83 (32.81% from 255) = 22.74%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=46.85%
G=22.74%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718311100.510.350.33340.9134.6549.8
HexAB536F03323211552332
Octal25312315706343415254362
Binary10101011101001111011110110011100011100001101010101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB536F; }

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

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

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

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

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

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

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

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