#AB7962

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

Shades of Medium Wood #AB7962

Tints of Medium Wood #AB7962

Color information

#AB7962 (or 0xAB7962) is unknown color: approx Medium Wood. HEX triplet: AB, 79 and 62. RGB value is (171,121,98). Sum of RGB (Red+Green+Blue) = 171+121+98=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7962 is #54869D. Grayscale: #858585. Windows color (decimal): -5539486 or 6453675. OLE color: 6453675.

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

Color convert

RGB17112198-
CMYK00.290.430.33
HSL18.9º30.29%52.75%-
HSV(B)18.9º42.69%67.06%-
XYZ25.8423.2114.67-
YUV133.33108.06154.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 98 (38.67% from 255) = 25.13%
R=43.85%
G=31.03%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711219800.290.430.3318.930.2952.75
HexAB796201D2B21131e35
Octal2531711420355341233665
Binary10101011111100111000100111011010111000011001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7962; }

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

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

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

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

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

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

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

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