#AB653F

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

Shades of Tuscany #AB653F

Tints of Tuscany #AB653F

Color information

#AB653F (or 0xAB653F) is unknown color: approx Tuscany. HEX triplet: AB, 65 and 3F. RGB value is (171,101,63). Sum of RGB (Red+Green+Blue) = 171+101+63=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB653F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB653F is #549AC0. Grayscale: #757575. Windows color (decimal): -5544641 or 4154795. OLE color: 4154795.

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

Color convert

RGB17110163-
CMYK00.410.630.33
HSL21.11º46.15%45.88%-
HSV(B)21.11º63.16%67.06%-
XYZ22.3518.327.06-
YUV117.697.19166.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.04%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 63 (25% from 255) = 18.81%
R=51.04%
G=30.15%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711016300.410.630.3321.1146.1545.88
HexAB653F0293F21152e2e
Octal253145770517741255656
Binary101010111100101111111010100111111110000110101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB653F; }

 p { color: rgb(171,101,63); }

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

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

 a { background-color: rgb(171,101,63); }

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

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

 span { border-color: rgb(171,101,63); }

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