#A8614A

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

Shades of Tuscany #A8614A

Tints of Tuscany #A8614A

Color information

#A8614A (or 0xA8614A) is unknown color: approx Tuscany. HEX triplet: A8, 61 and 4A. RGB value is (168,97,74). Sum of RGB (Red+Green+Blue) = 168+97+74=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A8614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8614A is #579EB5. Grayscale: #737373. Windows color (decimal): -5742262 or 4874664. OLE color: 4874664.

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

Color convert

RGB1689774-
CMYK00.420.560.34
HSL14.68º38.84%47.45%-
HSV(B)14.68º55.95%65.88%-
XYZ21.6617.378.69-
YUV115.61104.52165.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.56%
GREEN value IS 97 (38.28% from 255) = 28.61%
BLUE value IS 74 (29.30% from 255) = 21.83%
R=49.56%
G=28.61%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168977400.420.560.3414.6838.8447.45
HexA8614A02A3822f272f
Octal2501411120527042174757
Binary101010001100001100101001010101110001000101111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8614A; }

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

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

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

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

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

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

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

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