Html Css Color HEX #A86043 Tuscany

📋 copy color: '#A86043'

red 168 ◦ green 96 ◦ blue 67

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

Shades of Tuscany #A86043

Tints of Tuscany #A86043

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29%

 BLUE value IS 67 (26.56% from 255) = 20.24%

R = 50.76%
G = 29%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A86043 (or 0xA86043) is known color: Tuscany. HEX triplet: A8, 60 and 43. RGB value is (168,96,67). Sum of RGB (Red+Green+Blue) = 168+96+67=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A86043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86043 is #579FBC. Grayscale: #727272. Windows color (decimal): -5742525 or 4415656. OLE color: 4415656.

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

Color convert

RGB 168 96 67 -
CMYK 0 0.43 0.60 0.34
HSL 17.23º 0.43% 0.46% -
HSV(B) 17.23º 0.6% 0.66% -
XYZ 21.34 17.1 7.49 -
YUV 114.22 101.35 166.36 -
System Red Green Blue C M Y K H S L
Decimal 168 96 67 0 0.43 0.60 0.34 17.23 0.43 0.46
Hex A8 60 43 0 2B 3C 22 11 2B 2E
Octal 250 140 103 0 53 74 42 21 53 56
Binary 10101000 1100000 1000011 0 101011 111100 100010 10001 101011 101110

Color Harmonies of #A86043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86043

Black with #A86043

Text Example


Text Example

White with #A86043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86043; }

 p { color: rgb(168,96,67); }

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

background-color css

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

 a { background-color: rgb(168,96,67); }

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

border-color css

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

 span { border-color: rgb(168,96,67); }

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