#AB816A

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

Shades of Medium Wood #AB816A

Tints of Medium Wood #AB816A

Color information

#AB816A (or 0xAB816A) is unknown color: approx Medium Wood. HEX triplet: AB, 81 and 6A. RGB value is (171,129,106). Sum of RGB (Red+Green+Blue) = 171+129+106=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB816A is #547E95. Grayscale: #8B8B8B. Windows color (decimal): -5537430 or 6980011. OLE color: 6980011.

HSL color Cylindrical-coordinate representation of color #AB816A: hue angle of 21.23º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB816A is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB171129106-
CMYK00.250.380.33
HSL21.23º27.9%54.31%-
HSV(B)21.23º38.01%67.06%-
XYZ27.2525.417.1-
YUV138.94109.41150.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 106 (41.80% from 255) = 26.11%
R=42.12%
G=31.77%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112910600.250.380.3321.2327.954.31
HexAB816A0192621151c36
Octal2532011520314641253466
Binary101010111000000111010100110011001101000011010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB816A; }

 p { color: rgb(171,129,106); }

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

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

 a { background-color: rgb(171,129,106); }

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

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

 span { border-color: rgb(171,129,106); }

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