Html Css Color HEX #A86040 Tuscany

📋 copy color: '#A86040'

red 168 ◦ green 96 ◦ blue 64

#A86040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuscany #A86040

Tints of Tuscany #A86040

RGB

 RED value IS 168 (66.02% from 255) = 51.22%

 GREEN value IS 96 (37.89% from 255) = 29.27%

 BLUE value IS 64 (25.39% from 255) = 19.51%

R = 51.22%
G = 29.27%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A86040 (or 0xA86040) is known color: Tuscany. HEX triplet: A8, 60 and 40. RGB value is (168,96,64). Sum of RGB (Red+Green+Blue) = 168+96+64=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A86040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86040 is #579FBF. Grayscale: #727272. Windows color (decimal): -5742528 or 4219048. OLE color: 4219048.

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

Color convert

RGB 168 96 64 -
CMYK 0 0.43 0.62 0.34
HSL 18.46º 0.45% 0.45% -
HSV(B) 18.46º 0.62% 0.66% -
XYZ 21.26 17.06 7.02 -
YUV 113.88 99.85 166.6 -
System Red Green Blue C M Y K H S L
Decimal 168 96 64 0 0.43 0.62 0.34 18.46 0.45 0.45
Hex A8 60 40 0 2B 3E 22 12 2D 2D
Octal 250 140 100 0 53 76 42 22 55 55
Binary 10101000 1100000 1000000 0 101011 111110 100010 10010 101101 101101

Color Harmonies of #A86040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86040

Black with #A86040

Text Example


Text Example

White with #A86040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86040; }

 p { color: rgb(168,96,64); }

 H1.HeaderClassName
 {
   color: #A86040;
 }
 .AnyTagClassName
 {
   color: #A86040;
 }
</style>

background-color css

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

 a { background-color: rgb(168,96,64); }

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

border-color css

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

 span { border-color: rgb(168,96,64); }

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