#AB8165

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

Shades of Medium Wood #AB8165

Tints of Medium Wood #AB8165

Color information

#AB8165 (or 0xAB8165) is unknown color: approx Medium Wood. HEX triplet: AB, 81 and 65. RGB value is (171,129,101). Sum of RGB (Red+Green+Blue) = 171+129+101=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8165 is #547E9A. Grayscale: #8A8A8A. Windows color (decimal): -5537435 or 6652331. OLE color: 6652331.

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

Color convert

RGB171129101-
CMYK00.250.410.33
HSL24º29.41%53.33%-
HSV(B)24º40.94%67.06%-
XYZ26.9925.315.77-
YUV138.37106.91151.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.64%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 101 (39.84% from 255) = 25.19%
R=42.64%
G=32.17%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112910100.250.410.332429.4153.33
HexAB81650192921181d35
Octal2532011450315141303565
Binary101010111000000111001010110011010011000011100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8165; }

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

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

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

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

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

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

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

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