Html Css Color HEX #A86640 Tuscany

📋 copy color: '#A86640'

red 168 ◦ green 102 ◦ blue 64

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

Shades of Tuscany #A86640

Tints of Tuscany #A86640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.54%

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

R = 50.3%
G = 30.54%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A86640 (or 0xA86640) is known color: Tuscany. HEX triplet: A8, 66 and 40. RGB value is (168,102,64). Sum of RGB (Red+Green+Blue) = 168+102+64=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A86640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86640 is #5799BF. Grayscale: #757575. Windows color (decimal): -5740992 or 4220584. OLE color: 4220584.

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

Color convert

RGB 168 102 64 -
CMYK 0 0.39 0.62 0.34
HSL 21.92º 0.45% 0.45% -
HSV(B) 21.92º 0.62% 0.66% -
XYZ 21.83 18.2 7.21 -
YUV 117.4 97.87 164.09 -
System Red Green Blue C M Y K H S L
Decimal 168 102 64 0 0.39 0.62 0.34 21.92 0.45 0.45
Hex A8 66 40 0 27 3E 22 16 2D 2D
Octal 250 146 100 0 47 76 42 26 55 55
Binary 10101000 1100110 1000000 0 100111 111110 100010 10110 101101 101101

Color Harmonies of #A86640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86640

Black with #A86640

Text Example


Text Example

White with #A86640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86640; }

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

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

background-color css

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

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

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

border-color css

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

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

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