#A56248

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

Shades of Tuscany #A56248

Tints of Tuscany #A56248

Color information

#A56248 (or 0xA56248) is unknown color: approx Tuscany. HEX triplet: A5, 62 and 48. RGB value is (165,98,72). Sum of RGB (Red+Green+Blue) = 165+98+72=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A56248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56248 is #5A9DB7. Grayscale: #737373. Windows color (decimal): -5938616 or 4743845. OLE color: 4743845.

HSL color Cylindrical-coordinate representation of color #A56248: hue angle of 16.77º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A56248 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB1659872-
CMYK00.410.560.35
HSL16.77º39.24%46.47%-
HSV(B)16.77º56.36%64.71%-
XYZ21.0517.28.34-
YUV115.07103.7163.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.25%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 72 (28.52% from 255) = 21.49%
R=49.25%
G=29.25%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165987200.410.560.3516.7739.2446.47
HexA56248029382311272e
Octal2451421100517043214756
Binary1010010111000101001000010100111100010001110001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56248; }

 p { color: rgb(165,98,72); }

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

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

 a { background-color: rgb(165,98,72); }

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

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

 span { border-color: rgb(165,98,72); }

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