#a7663f

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

Shades of Tuscany #A7663F

Tints of Tuscany #A7663F

Color information

#A7663F (or 0xA7663F) is unknown color: approx Tuscany. HEX triplet: A7, 66 and 3F. RGB value is (167,102,63). Sum of RGB (Red+Green+Blue) = 167+102+63=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A7663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7663F is #5899C0. Grayscale: #757575. Windows color (decimal): -5806529 or 4155047. OLE color: 4155047.

HSL color Cylindrical-coordinate representation of color #A7663F: hue angle of 22.5º 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 #A7663F is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB16710263-
CMYK00.390.620.35
HSL22.5º45.22%45.1%-
HSV(B)22.5º62.28%65.49%-
XYZ21.5818.087.05-
YUV116.9997.53163.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.30%
GREEN value IS 102 (40.23% from 255) = 30.72%
BLUE value IS 63 (25% from 255) = 18.98%
R=50.30%
G=30.72%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671026300.390.620.3522.545.2245.1
HexA7663F0273E23162d2d
Octal247146770477643265555
Binary101001111100110111111010011111111010001110110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7663f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7663f; }

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

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

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

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

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

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

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

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