#AB816D

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

Shades of Medium Wood #AB816D

Tints of Medium Wood #AB816D

Color information

#AB816D (or 0xAB816D) is unknown color: approx Medium Wood. HEX triplet: AB, 81 and 6D. RGB value is (171,129,109). Sum of RGB (Red+Green+Blue) = 171+129+109=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB816D is #547E92. Grayscale: #8B8B8B. Windows color (decimal): -5537427 or 7176619. OLE color: 7176619.

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

Color convert

RGB171129109-
CMYK00.250.360.33
HSL19.35º26.96%54.9%-
HSV(B)19.35º36.26%67.06%-
XYZ27.4125.4617.94-
YUV139.28110.91150.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.81%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 109 (42.97% from 255) = 26.65%
R=41.81%
G=31.54%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112910900.250.360.3319.3526.9654.9
HexAB816D0192421131b37
Octal2532011550314441233367
Binary101010111000000111011010110011001001000011001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB816D; }

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

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

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

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

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

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

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

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