#AB8362

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

Shades of Medium Wood #AB8362

Tints of Medium Wood #AB8362

Color information

#AB8362 (or 0xAB8362) is unknown color: approx Medium Wood. HEX triplet: AB, 83 and 62. RGB value is (171,131,98). Sum of RGB (Red+Green+Blue) = 171+131+98=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8362 is #547C9D. Grayscale: #8B8B8B. Windows color (decimal): -5536926 or 6456235. OLE color: 6456235.

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

Color convert

RGB17113198-
CMYK00.230.430.33
HSL27.12º30.29%52.75%-
HSV(B)27.12º42.69%67.06%-
XYZ27.1225.7715.1-
YUV139.2104.75150.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.75%
GREEN value IS 131 (51.56% from 255) = 32.75%
BLUE value IS 98 (38.67% from 255) = 24.5%
R=42.75%
G=32.75%
B=24.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711319800.230.430.3327.1230.2952.75
HexAB83620172B211b1e35
Octal2532031420275341333665
Binary101010111000001111000100101111010111000011101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8362; }

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

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

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

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

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

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

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

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