Html Css Color HEX #A86240 Tuscany

📋 copy color: '#A86240'

red 168 ◦ green 98 ◦ blue 64

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

Shades of Tuscany #A86240

Tints of Tuscany #A86240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.7%

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

R = 50.91%
G = 29.7%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A86240 (or 0xA86240) is known color: Tuscany. HEX triplet: A8, 62 and 40. RGB value is (168,98,64). Sum of RGB (Red+Green+Blue) = 168+98+64=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A86240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86240 is #579DBF. Grayscale: #737373. Windows color (decimal): -5742016 or 4219560. OLE color: 4219560.

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

Color convert

RGB 168 98 64 -
CMYK 0 0.42 0.62 0.34
HSL 19.62º 0.45% 0.45% -
HSV(B) 19.62º 0.62% 0.66% -
XYZ 21.44 17.43 7.08 -
YUV 115.05 99.19 165.76 -
System Red Green Blue C M Y K H S L
Decimal 168 98 64 0 0.42 0.62 0.34 19.62 0.45 0.45
Hex A8 62 40 0 2A 3E 22 14 2D 2D
Octal 250 142 100 0 52 76 42 24 55 55
Binary 10101000 1100010 1000000 0 101010 111110 100010 10100 101101 101101

Color Harmonies of #A86240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86240

Black with #A86240

Text Example


Text Example

White with #A86240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86240; }

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

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

background-color css

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

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

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

border-color css

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

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

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