#AB816C

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

Shades of Medium Wood #AB816C

Tints of Medium Wood #AB816C

Color information

#AB816C (or 0xAB816C) is unknown color: approx Medium Wood. HEX triplet: AB, 81 and 6C. RGB value is (171,129,108). Sum of RGB (Red+Green+Blue) = 171+129+108=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB816C is #547E93. Grayscale: #8B8B8B. Windows color (decimal): -5537428 or 7111083. OLE color: 7111083.

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

Color convert

RGB171129108-
CMYK00.250.370.33
HSL20º27.27%54.71%-
HSV(B)20º36.84%67.06%-
XYZ27.3525.4417.66-
YUV139.16110.41150.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 129 (50.78% from 255) = 31.62%
BLUE value IS 108 (42.58% from 255) = 26.47%
R=41.91%
G=31.62%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112910800.250.370.332027.2754.71
HexAB816C0192521141b37
Octal2532011540314541243367
Binary101010111000000111011000110011001011000011010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB816C; }

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

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

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

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

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

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

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

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