Html Css Color HEX #A86440 Tuscany

📋 copy color: '#A86440'

red 168 ◦ green 100 ◦ blue 64

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

Shades of Tuscany #A86440

Tints of Tuscany #A86440

RGB

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

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

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

R = 50.6%
G = 30.12%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A86440 (or 0xA86440) is known color: Tuscany. HEX triplet: A8, 64 and 40. RGB value is (168,100,64). Sum of RGB (Red+Green+Blue) = 168+100+64=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A86440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86440 is #579BBF. Grayscale: #747474. Windows color (decimal): -5741504 or 4220072. OLE color: 4220072.

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

Color convert

RGB 168 100 64 -
CMYK 0 0.40 0.62 0.34
HSL 20.77º 0.45% 0.45% -
HSV(B) 20.77º 0.62% 0.66% -
XYZ 21.63 17.81 7.15 -
YUV 116.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 168 100 64 0 0.40 0.62 0.34 20.77 0.45 0.45
Hex A8 64 40 0 28 3E 22 15 2D 2D
Octal 250 144 100 0 50 76 42 25 55 55
Binary 10101000 1100100 1000000 0 101000 111110 100010 10101 101101 101101

Color Harmonies of #A86440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86440

Black with #A86440

Text Example


Text Example

White with #A86440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86440; }

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

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

background-color css

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

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

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

border-color css

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

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

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