#AD8B53

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

Shades of Teak #AD8B53

Tints of Teak #AD8B53

Color information

#AD8B53 (or 0xAD8B53) is unknown color: approx Teak. HEX triplet: AD, 8B and 53. RGB value is (173,139,83). Sum of RGB (Red+Green+Blue) = 173+139+83=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8B53 is #5274AC. Grayscale: #8F8F8F. Windows color (decimal): -5403821 or 5475245. OLE color: 5475245.

HSL color Cylindrical-coordinate representation of color #AD8B53: hue angle of 37.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD8B53 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB17313983-
CMYK00.200.520.32
HSL37.33º35.43%50.2%-
HSV(B)37.33º52.02%67.84%-
XYZ28.0327.9712.11-
YUV142.7894.26149.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 139 (54.69% from 255) = 35.19%
BLUE value IS 83 (32.81% from 255) = 21.01%
R=43.80%
G=35.19%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731398300.200.520.3237.3335.4350.2
HexAD8B530143420252332
Octal2552131230246440454362
Binary10101101100010111010011010100110100100000100101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8B53; }

 p { color: rgb(173,139,83); }

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

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

 a { background-color: rgb(173,139,83); }

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

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

 span { border-color: rgb(173,139,83); }

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