Html Css Color HEX #A68371 Medium Wood

📋 copy color: '#A68371'

red 166 ◦ green 131 ◦ blue 113

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

Shades of Medium Wood #A68371

Tints of Medium Wood #A68371

RGB

 RED value IS 166 (65.23% from 255) = 40.49%

 GREEN value IS 131 (51.56% from 255) = 31.95%

 BLUE value IS 113 (44.53% from 255) = 27.56%

R = 40.49%
G = 31.95%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A68371 (or 0xA68371) is known color: Medium Wood. HEX triplet: A6, 83 and 71. RGB value is (166,131,113). Sum of RGB (Red+Green+Blue) = 166+131+113=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A68371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68371 is #597C8E. Grayscale: #8B8B8B. Windows color (decimal): -5864591 or 7439270. OLE color: 7439270.

HSL color Cylindrical-coordinate representation of color #A68371: hue angle of 20.38º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A68371 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 131 113 -
CMYK 0 0.21 0.32 0.35
HSL 20.38º 0.23% 0.55% -
HSV(B) 20.38º 0.32% 0.65% -
XYZ 26.82 25.53 19.14 -
YUV 139.41 113.1 146.96 -
System Red Green Blue C M Y K H S L
Decimal 166 131 113 0 0.21 0.32 0.35 20.38 0.23 0.55
Hex A6 83 71 0 15 20 23 14 17 37
Octal 246 203 161 0 25 40 43 24 27 67
Binary 10100110 10000011 1110001 0 10101 100000 100011 10100 10111 110111

Color Harmonies of #A68371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68371

Black with #A68371

Text Example


Text Example

White with #A68371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68371; }

 p { color: rgb(166,131,113); }

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

background-color css

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

 a { background-color: rgb(166,131,113); }

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

border-color css

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

 span { border-color: rgb(166,131,113); }

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