Html Css Color HEX #A68471 Medium Wood

📋 copy color: '#A68471'

red 166 ◦ green 132 ◦ blue 113

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

Shades of Medium Wood #A68471

Tints of Medium Wood #A68471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.12%

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

R = 40.39%
G = 32.12%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A68471 (or 0xA68471) is known color: Medium Wood. HEX triplet: A6, 84 and 71. RGB value is (166,132,113). Sum of RGB (Red+Green+Blue) = 166+132+113=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A68471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68471 is #597B8E. Grayscale: #8C8C8C. Windows color (decimal): -5864335 or 7439526. OLE color: 7439526.

HSL color Cylindrical-coordinate representation of color #A68471: hue angle of 21.51º 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 #A68471 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 132 113 -
CMYK 0 0.20 0.32 0.35
HSL 21.51º 0.23% 0.55% -
HSV(B) 21.51º 0.32% 0.65% -
XYZ 26.96 25.8 19.18 -
YUV 140 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 166 132 113 0 0.20 0.32 0.35 21.51 0.23 0.55
Hex A6 84 71 0 14 20 23 16 17 37
Octal 246 204 161 0 24 40 43 26 27 67
Binary 10100110 10000100 1110001 0 10100 100000 100011 10110 10111 110111

Color Harmonies of #A68471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68471

Black with #A68471

Text Example


Text Example

White with #A68471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68471; }

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

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

background-color css

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

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

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

border-color css

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

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

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