Html Css Color HEX #AB866E Medium Wood

📋 copy color: '#AB866E'

red 171 ◦ green 134 ◦ blue 110

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

Shades of Medium Wood #AB866E

Tints of Medium Wood #AB866E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.51%

R = 41.2%
G = 32.29%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB866E (or 0xAB866E) is known color: Medium Wood. HEX triplet: AB, 86 and 6E. RGB value is (171,134,110). Sum of RGB (Red+Green+Blue) = 171+134+110=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB866E is #547991. Grayscale: #8E8E8E. Windows color (decimal): -5536146 or 7243435. OLE color: 7243435.

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

Color convert

RGB 171 134 110 -
CMYK 0 0.22 0.36 0.33
HSL 23.61º 0.27% 0.55% -
HSV(B) 23.61º 0.36% 0.67% -
XYZ 28.13 26.83 18.45 -
YUV 142.33 109.76 148.45 -
System Red Green Blue C M Y K H S L
Decimal 171 134 110 0 0.22 0.36 0.33 23.61 0.27 0.55
Hex AB 86 6E 0 16 24 21 18 1B 37
Octal 253 206 156 0 26 44 41 30 33 67
Binary 10101011 10000110 1101110 0 10110 100100 100001 11000 11011 110111

Color Harmonies of #AB866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB866E

Black with #AB866E

Text Example


Text Example

White with #AB866E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB866E; }

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

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

background-color css

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

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

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

border-color css

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

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

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