#AB7966

Color #AB7966 Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #AB7966

Tints of Medium Wood #AB7966

Color information

#AB7966 (or 0xAB7966) is unknown color: approx Medium Wood. HEX triplet: AB, 79 and 66. RGB value is (171,121,102). Sum of RGB (Red+Green+Blue) = 171+121+102=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7966 is #548699. Grayscale: #858585. Windows color (decimal): -5539482 or 6715819. OLE color: 6715819.

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

Color convert

RGB171121102-
CMYK00.290.400.33
HSL16.52º29.11%53.53%-
HSV(B)16.52º40.35%67.06%-
XYZ26.0323.2915.69-
YUV133.78110.06154.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 121 (47.66% from 255) = 30.71%
BLUE value IS 102 (40.23% from 255) = 25.89%
R=43.40%
G=30.71%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112110200.290.400.3316.5229.1153.53
HexAB796601D2821111d36
Octal2531711460355041213566
Binary10101011111100111001100111011010001000011000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7966; }

 p { color: rgb(171,121,102); }

 H1.HeaderClassName
 {
   color: #AB7966;
 }
 .AnyTagClassName
 {
   color: #AB7966;
 }
</style>
background-color css

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

 a { background-color: rgb(171,121,102); }

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

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

 span { border-color: rgb(171,121,102); }

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