#AB623C

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

Shades of Tuscany #AB623C

Tints of Tuscany #AB623C

Color information

#AB623C (or 0xAB623C) is unknown color: approx Tuscany. HEX triplet: AB, 62 and 3C. RGB value is (171,98,60). Sum of RGB (Red+Green+Blue) = 171+98+60=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB623C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB623C is #549DC3. Grayscale: #737373. Windows color (decimal): -5545412 or 3957419. OLE color: 3957419.

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

Color convert

RGB1719860-
CMYK00.430.650.33
HSL20.54º48.05%45.29%-
HSV(B)20.54º64.91%67.06%-
XYZ21.9817.726.54-
YUV115.596.68167.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.98%
GREEN value IS 98 (38.67% from 255) = 29.79%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=51.98%
G=29.79%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171986000.430.650.3320.5448.0545.29
HexAB623C02B412115302d
Octal2531427405310141256055
Binary1010101111000101111000101011100000110000110101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB623C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB623C; }

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

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

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

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

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

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

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

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