#AB826F

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

Shades of Medium Wood #AB826F

Tints of Medium Wood #AB826F

Color information

#AB826F (or 0xAB826F) is unknown color: approx Medium Wood. HEX triplet: AB, 82 and 6F. RGB value is (171,130,111). Sum of RGB (Red+Green+Blue) = 171+130+111=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB826F is #547D90. Grayscale: #8C8C8C. Windows color (decimal): -5537169 or 7307947. OLE color: 7307947.

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

Color convert

RGB171130111-
CMYK00.240.350.33
HSL19º26.32%55.29%-
HSV(B)19º35.09%67.06%-
XYZ27.6525.7718.56-
YUV140.09111.58150.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.50%
GREEN value IS 130 (51.17% from 255) = 31.55%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=41.50%
G=31.55%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113011100.240.350.331926.3255.29
HexAB826F0182321131a37
Octal2532021570304341233267
Binary101010111000001011011110110001000111000011001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB826F; }

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

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

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

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

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

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

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

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