#AB8367

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

Shades of Medium Wood #AB8367

Tints of Medium Wood #AB8367

Color information

#AB8367 (or 0xAB8367) is unknown color: approx Medium Wood. HEX triplet: AB, 83 and 67. RGB value is (171,131,103). Sum of RGB (Red+Green+Blue) = 171+131+103=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8367 is #547C98. Grayscale: #8B8B8B. Windows color (decimal): -5536921 or 6783915. OLE color: 6783915.

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

Color convert

RGB171131103-
CMYK00.230.400.33
HSL24.71º28.81%53.73%-
HSV(B)24.71º39.77%67.06%-
XYZ27.3625.8716.38-
YUV139.77107.25150.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.22%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 103 (40.62% from 255) = 25.43%
R=42.22%
G=32.35%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113110300.230.400.3324.7128.8153.73
HexAB83670172821191d36
Octal2532031470275041313566
Binary101010111000001111001110101111010001000011100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8367; }

 p { color: rgb(171,131,103); }

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

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

 a { background-color: rgb(171,131,103); }

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

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

 span { border-color: rgb(171,131,103); }

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