#AB8465

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

Shades of Medium Wood #AB8465

Tints of Medium Wood #AB8465

Color information

#AB8465 (or 0xAB8465) is unknown color: approx Medium Wood. HEX triplet: AB, 84 and 65. RGB value is (171,132,101). Sum of RGB (Red+Green+Blue) = 171+132+101=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8465 is #547B9A. Grayscale: #8C8C8C. Windows color (decimal): -5536667 or 6653099. OLE color: 6653099.

HSL color Cylindrical-coordinate representation of color #AB8465: hue angle of 26.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB8465 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB171132101-
CMYK00.230.410.33
HSL26.57º29.41%53.33%-
HSV(B)26.57º40.94%67.06%-
XYZ27.3926.115.91-
YUV140.13105.92150.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.33%
GREEN value IS 132 (51.95% from 255) = 32.67%
BLUE value IS 101 (39.84% from 255) = 25%
R=42.33%
G=32.67%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113210100.230.410.3326.5729.4153.33
HexAB846501729211b1d35
Octal2532041450275141333565
Binary101010111000010011001010101111010011000011101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8465; }

 p { color: rgb(171,132,101); }

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

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

 a { background-color: rgb(171,132,101); }

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

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

 span { border-color: rgb(171,132,101); }

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