Html Css Color HEX #AB866A Medium Wood

📋 copy color: '#AB866A'

red 171 ◦ green 134 ◦ blue 106

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

Shades of Medium Wood #AB866A

Tints of Medium Wood #AB866A

RGB

 RED value IS 171 (67.19% from 255) = 41.61%

 GREEN value IS 134 (52.73% from 255) = 32.6%

 BLUE value IS 106 (41.8% from 255) = 25.79%

R = 41.61%
G = 32.6%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AB866A (or 0xAB866A) is known color: Medium Wood. HEX triplet: AB, 86 and 6A. RGB value is (171,134,106). Sum of RGB (Red+Green+Blue) = 171+134+106=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB866A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB866A is #547995. Grayscale: #8E8E8E. Windows color (decimal): -5536150 or 6981291. OLE color: 6981291.

HSL color Cylindrical-coordinate representation of color #AB866A: hue angle of 25.85º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB866A is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 134 106 -
CMYK 0 0.22 0.38 0.33
HSL 25.85º 0.28% 0.54% -
HSV(B) 25.85º 0.38% 0.67% -
XYZ 27.92 26.75 17.33 -
YUV 141.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 171 134 106 0 0.22 0.38 0.33 25.85 0.28 0.54
Hex AB 86 6A 0 16 26 21 1A 1C 36
Octal 253 206 152 0 26 46 41 32 34 66
Binary 10101011 10000110 1101010 0 10110 100110 100001 11010 11100 110110

Color Harmonies of #AB866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB866A

Black with #AB866A

Text Example


Text Example

White with #AB866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB866A; }

 p { color: rgb(171,134,106); }

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

background-color css

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

 a { background-color: rgb(171,134,106); }

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

border-color css

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

 span { border-color: rgb(171,134,106); }

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