Html Css Color HEX #A86149 Tuscany

📋 copy color: '#A86149'

red 168 ◦ green 97 ◦ blue 73

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

Shades of Tuscany #A86149

Tints of Tuscany #A86149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.7%

 BLUE value IS 73 (28.91% from 255) = 21.6%

R = 49.7%
G = 28.7%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A86149 (or 0xA86149) is known color: Tuscany. HEX triplet: A8, 61 and 49. RGB value is (168,97,73). Sum of RGB (Red+Green+Blue) = 168+97+73=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A86149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86149 is #579EB6. Grayscale: #737373. Windows color (decimal): -5742263 or 4809128. OLE color: 4809128.

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

Color convert

RGB 168 97 73 -
CMYK 0 0.42 0.57 0.34
HSL 15.16º 0.39% 0.47% -
HSV(B) 15.16º 0.57% 0.66% -
XYZ 21.63 17.36 8.51 -
YUV 115.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 168 97 73 0 0.42 0.57 0.34 15.16 0.39 0.47
Hex A8 61 49 0 2A 39 22 F 27 2F
Octal 250 141 111 0 52 71 42 17 47 57
Binary 10101000 1100001 1001001 0 101010 111001 100010 1111 100111 101111

Color Harmonies of #A86149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86149

Black with #A86149

Text Example


Text Example

White with #A86149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86149; }

 p { color: rgb(168,97,73); }

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

background-color css

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

 a { background-color: rgb(168,97,73); }

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

border-color css

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

 span { border-color: rgb(168,97,73); }

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