Html Css Color HEX #A68466 Medium Wood

📋 copy color: '#A68466'

red 166 ◦ green 132 ◦ blue 102

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

Shades of Medium Wood #A68466

Tints of Medium Wood #A68466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.5%

R = 41.5%
G = 33%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A68466 (or 0xA68466) is known color: Medium Wood. HEX triplet: A6, 84 and 66. RGB value is (166,132,102). Sum of RGB (Red+Green+Blue) = 166+132+102=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A68466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68466 is #597B99. Grayscale: #8A8A8A. Windows color (decimal): -5864346 or 6718630. OLE color: 6718630.

HSL color Cylindrical-coordinate representation of color #A68466: hue angle of 28.12º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A68466 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 132 102 -
CMYK 0 0.20 0.39 0.35
HSL 28.13º 0.26% 0.53% -
HSV(B) 28.13º 0.39% 0.65% -
XYZ 26.38 25.57 16.12 -
YUV 138.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 166 132 102 0 0.20 0.39 0.35 28.13 0.26 0.53
Hex A6 84 66 0 14 27 23 1C 1A 35
Octal 246 204 146 0 24 47 43 34 32 65
Binary 10100110 10000100 1100110 0 10100 100111 100011 11100 11010 110101

Color Harmonies of #A68466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68466

Black with #A68466

Text Example


Text Example

White with #A68466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68466; }

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

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

background-color css

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

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

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

border-color css

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

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

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