#AD8B4A

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

Shades of Teak #AD8B4A

Tints of Teak #AD8B4A

Color information

#AD8B4A (or 0xAD8B4A) is unknown color: approx Teak. HEX triplet: AD, 8B and 4A. RGB value is (173,139,74). Sum of RGB (Red+Green+Blue) = 173+139+74=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8B4A is #5274B5. Grayscale: #8E8E8E. Windows color (decimal): -5403830 or 4885421. OLE color: 4885421.

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

Color convert

RGB17313974-
CMYK00.200.570.32
HSL39.39º40.08%48.43%-
HSV(B)39.39º57.23%67.84%-
XYZ27.727.8410.39-
YUV141.7689.76150.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.82%
GREEN value IS 139 (54.69% from 255) = 36.01%
BLUE value IS 74 (29.30% from 255) = 19.17%
R=44.82%
G=36.01%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731397400.200.570.3239.3940.0848.43
HexAD8B4A0143920272830
Octal2552131120247140475060
Binary10101101100010111001010010100111001100000100111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8B4A; }

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

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

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

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

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

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

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

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