#A8613E

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

Shades of Tuscany #A8613E

Tints of Tuscany #A8613E

Color information

#A8613E (or 0xA8613E) is unknown color: approx Tuscany. HEX triplet: A8, 61 and 3E. RGB value is (168,97,62). Sum of RGB (Red+Green+Blue) = 168+97+62=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8613E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8613E is #579EC1. Grayscale: #727272. Windows color (decimal): -5742274 or 4088232. OLE color: 4088232.

HSL color Cylindrical-coordinate representation of color #A8613E: hue angle of 19.81º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8613E is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB1689762-
CMYK00.420.630.34
HSL19.81º46.09%45.1%-
HSV(B)19.81º63.1%65.88%-
XYZ21.2917.226.76-
YUV114.2498.52166.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.38%
GREEN value IS 97 (38.28% from 255) = 29.66%
BLUE value IS 62 (24.61% from 255) = 18.96%
R=51.38%
G=29.66%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168976200.420.630.3419.8146.0945.1
HexA8613E02A3F22142e2d
Octal250141760527742245655
Binary101010001100001111110010101011111110001010100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8613E; }

 p { color: rgb(168,97,62); }

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

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

 a { background-color: rgb(168,97,62); }

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

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

 span { border-color: rgb(168,97,62); }

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