#AB623D

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

Shades of Tuscany #AB623D

Tints of Tuscany #AB623D

Color information

#AB623D (or 0xAB623D) is unknown color: approx Tuscany. HEX triplet: AB, 62 and 3D. RGB value is (171,98,61). Sum of RGB (Red+Green+Blue) = 171+98+61=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB623D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB623D is #549DC2. Grayscale: #737373. Windows color (decimal): -5545411 or 4022955. OLE color: 4022955.

HSL color Cylindrical-coordinate representation of color #AB623D: hue angle of 20.18º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB623D is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB1719861-
CMYK00.430.640.33
HSL20.18º47.41%45.49%-
HSV(B)20.18º64.33%67.06%-
XYZ2217.736.68-
YUV115.6197.18167.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.82%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 61 (24.22% from 255) = 18.48%
R=51.82%
G=29.70%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171986100.430.640.3320.1847.4145.49
HexAB623D02B4021142f2d
Octal2531427505310041245755
Binary1010101111000101111010101011100000010000110100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB623D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB623D; }

 p { color: rgb(171,98,61); }

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

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

 a { background-color: rgb(171,98,61); }

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

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

 span { border-color: rgb(171,98,61); }

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