Html Css Color HEX #A86642 Tuscany

📋 copy color: '#A86642'

red 168 ◦ green 102 ◦ blue 66

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

Shades of Tuscany #A86642

Tints of Tuscany #A86642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.64%

R = 50%
G = 30.36%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A86642 (or 0xA86642) is known color: Tuscany. HEX triplet: A8, 66 and 42. RGB value is (168,102,66). Sum of RGB (Red+Green+Blue) = 168+102+66=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A86642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86642 is #5799BD. Grayscale: #757575. Windows color (decimal): -5740990 or 4351656. OLE color: 4351656.

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

Color convert

RGB 168 102 66 -
CMYK 0 0.39 0.61 0.34
HSL 21.18º 0.44% 0.46% -
HSV(B) 21.18º 0.61% 0.66% -
XYZ 21.88 18.22 7.52 -
YUV 117.63 98.87 163.93 -
System Red Green Blue C M Y K H S L
Decimal 168 102 66 0 0.39 0.61 0.34 21.18 0.44 0.46
Hex A8 66 42 0 27 3D 22 15 2C 2E
Octal 250 146 102 0 47 75 42 25 54 56
Binary 10101000 1100110 1000010 0 100111 111101 100010 10101 101100 101110

Color Harmonies of #A86642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86642

Black with #A86642

Text Example


Text Example

White with #A86642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86642; }

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

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

background-color css

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

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

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

border-color css

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

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

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