Html Css Color HEX #A86442 Tuscany

📋 copy color: '#A86442'

red 168 ◦ green 100 ◦ blue 66

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

Shades of Tuscany #A86442

Tints of Tuscany #A86442

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.94%

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

R = 50.3%
G = 29.94%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A86442 (or 0xA86442) is known color: Tuscany. HEX triplet: A8, 64 and 42. RGB value is (168,100,66). Sum of RGB (Red+Green+Blue) = 168+100+66=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A86442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86442 is #579BBD. Grayscale: #747474. Windows color (decimal): -5741502 or 4351144. OLE color: 4351144.

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

Color convert

RGB 168 100 66 -
CMYK 0 0.40 0.61 0.34
HSL 20º 0.44% 0.46% -
HSV(B) 20º 0.61% 0.66% -
XYZ 21.69 17.83 7.45 -
YUV 116.46 99.53 164.76 -
System Red Green Blue C M Y K H S L
Decimal 168 100 66 0 0.40 0.61 0.34 20 0.44 0.46
Hex A8 64 42 0 28 3D 22 14 2C 2E
Octal 250 144 102 0 50 75 42 24 54 56
Binary 10101000 1100100 1000010 0 101000 111101 100010 10100 101100 101110

Color Harmonies of #A86442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86442

Black with #A86442

Text Example


Text Example

White with #A86442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86442; }

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

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

background-color css

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

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

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

border-color css

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

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

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