#AB816E

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

Shades of Medium Wood #AB816E

Tints of Medium Wood #AB816E

Color information

#AB816E (or 0xAB816E) is unknown color: approx Medium Wood. HEX triplet: AB, 81 and 6E. RGB value is (171,129,110). Sum of RGB (Red+Green+Blue) = 171+129+110=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB816E is #547E91. Grayscale: #8B8B8B. Windows color (decimal): -5537426 or 7242155. OLE color: 7242155.

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

Color convert

RGB171129110-
CMYK00.250.360.33
HSL18.69º26.64%55.1%-
HSV(B)18.69º35.67%67.06%-
XYZ27.4625.4818.22-
YUV139.39111.41150.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 129 (50.78% from 255) = 31.46%
BLUE value IS 110 (43.36% from 255) = 26.83%
R=41.71%
G=31.46%
B=26.83%

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
Decimal17112911000.250.360.3318.6926.6455.1
HexAB816E0192421131b37
Octal2532011560314441233367
Binary101010111000000111011100110011001001000011001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB816E; }

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

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

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

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

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

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

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

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