#AB8162

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

Shades of Medium Wood #AB8162

Tints of Medium Wood #AB8162

Color information

#AB8162 (or 0xAB8162) is unknown color: approx Medium Wood. HEX triplet: AB, 81 and 62. RGB value is (171,129,98). Sum of RGB (Red+Green+Blue) = 171+129+98=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8162 is #547E9D. Grayscale: #8A8A8A. Windows color (decimal): -5537438 or 6455723. OLE color: 6455723.

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

Color convert

RGB17112998-
CMYK00.250.430.33
HSL25.48º30.29%52.75%-
HSV(B)25.48º42.69%67.06%-
XYZ26.8525.2415.01-
YUV138.02105.41151.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.96%
GREEN value IS 129 (50.78% from 255) = 32.41%
BLUE value IS 98 (38.67% from 255) = 24.62%
R=42.96%
G=32.41%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711299800.250.430.3325.4830.2952.75
HexAB81620192B21191e35
Octal2532011420315341313665
Binary101010111000000111000100110011010111000011100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8162; }

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

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

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

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

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

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

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

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