#AB8262

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

Shades of Medium Wood #AB8262

Tints of Medium Wood #AB8262

Color information

#AB8262 (or 0xAB8262) is unknown color: approx Medium Wood. HEX triplet: AB, 82 and 62. RGB value is (171,130,98). Sum of RGB (Red+Green+Blue) = 171+130+98=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8262 is #547D9D. Grayscale: #8A8A8A. Windows color (decimal): -5537182 or 6455979. OLE color: 6455979.

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

Color convert

RGB17113098-
CMYK00.240.430.33
HSL26.3º30.29%52.75%-
HSV(B)26.3º42.69%67.06%-
XYZ26.9825.5115.06-
YUV138.61105.08151.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 130 (51.17% from 255) = 32.58%
BLUE value IS 98 (38.67% from 255) = 24.56%
R=42.86%
G=32.58%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711309800.240.430.3326.330.2952.75
HexAB82620182B211a1e35
Octal2532021420305341323665
Binary101010111000001011000100110001010111000011101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8262; }

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

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

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

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

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

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

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

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