Html Css Color HEX #AB856E Medium Wood

📋 copy color: '#AB856E'

red 171 ◦ green 133 ◦ blue 110

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

Shades of Medium Wood #AB856E

Tints of Medium Wood #AB856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.13%

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

R = 41.3%
G = 32.13%
B = 26.57%

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

#AB856E (or 0xAB856E) is known color: Medium Wood. HEX triplet: AB, 85 and 6E. RGB value is (171,133,110). Sum of RGB (Red+Green+Blue) = 171+133+110=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB856E is #547A91. Grayscale: #8D8D8D. Windows color (decimal): -5536402 or 7243179. OLE color: 7243179.

HSL color Cylindrical-coordinate representation of color #AB856E: hue angle of 22.62º 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 #AB856E is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 133 110 -
CMYK 0 0.22 0.36 0.33
HSL 22.62º 0.27% 0.55% -
HSV(B) 22.62º 0.36% 0.67% -
XYZ 28 26.56 18.4 -
YUV 141.74 110.09 148.87 -
System Red Green Blue C M Y K H S L
Decimal 171 133 110 0 0.22 0.36 0.33 22.62 0.27 0.55
Hex AB 85 6E 0 16 24 21 17 1B 37
Octal 253 205 156 0 26 44 41 27 33 67
Binary 10101011 10000101 1101110 0 10110 100100 100001 10111 11011 110111

Color Harmonies of #AB856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB856E

Black with #AB856E

Text Example


Text Example

White with #AB856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB856E; }

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

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

background-color css

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

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

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

border-color css

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

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

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