#A7653F

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

Shades of Tuscany #A7653F

Tints of Tuscany #A7653F

Color information

#A7653F (or 0xA7653F) is unknown color: approx Tuscany. HEX triplet: A7, 65 and 3F. RGB value is (167,101,63). Sum of RGB (Red+Green+Blue) = 167+101+63=331 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.45% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 167 - color contains mainly: red. Hex color #A7653F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7653F is #589AC0. Grayscale: #747474. Windows color (decimal): -5806785 or 4154791. OLE color: 4154791.

HSL color Cylindrical-coordinate representation of color #A7653F: hue angle of 21.92º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7653F is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB16710163-
CMYK00.400.620.35
HSL21.92º45.22%45.1%-
HSV(B)21.92º62.28%65.49%-
XYZ21.4917.887.02-
YUV116.497.87164.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.45%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 63 (25% from 255) = 19.03%
R=50.45%
G=30.51%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671016300.400.620.3521.9245.2245.1
HexA7653F0283E23162d2d
Octal247145770507643265555
Binary101001111100101111111010100011111010001110110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7653F; }

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

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

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

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

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

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

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

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