#AB826D

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

Shades of Medium Wood #AB826D

Tints of Medium Wood #AB826D

Color information

#AB826D (or 0xAB826D) is unknown color: approx Medium Wood. HEX triplet: AB, 82 and 6D. RGB value is (171,130,109). Sum of RGB (Red+Green+Blue) = 171+130+109=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB826D is #547D92. Grayscale: #8B8B8B. Windows color (decimal): -5537171 or 7176875. OLE color: 7176875.

HSL color Cylindrical-coordinate representation of color #AB826D: hue angle of 20.32º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB826D is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB171130109-
CMYK00.240.360.33
HSL20.32º26.96%54.9%-
HSV(B)20.32º36.26%67.06%-
XYZ27.5425.7317.98-
YUV139.86110.58150.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 130 (51.17% from 255) = 31.71%
BLUE value IS 109 (42.97% from 255) = 26.59%
R=41.71%
G=31.71%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113010900.240.360.3320.3226.9654.9
HexAB826D0182421141b37
Octal2532021550304441243367
Binary101010111000001011011010110001001001000011010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB826D; }

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

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

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

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

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

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

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

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