#AD8954

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

Shades of Teak #AD8954

Tints of Teak #AD8954

Color information

#AD8954 (or 0xAD8954) is unknown color: approx Teak. HEX triplet: AD, 89 and 54. RGB value is (173,137,84). Sum of RGB (Red+Green+Blue) = 173+137+84=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8954 is #5276AB. Grayscale: #8D8D8D. Windows color (decimal): -5404332 or 5540269. OLE color: 5540269.

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

Color convert

RGB17313784-
CMYK00.210.510.32
HSL35.73º35.18%50.39%-
HSV(B)35.73º51.45%67.84%-
XYZ27.7827.4212.22-
YUV141.7295.43150.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.91%
GREEN value IS 137 (53.91% from 255) = 34.77%
BLUE value IS 84 (33.20% from 255) = 21.32%
R=43.91%
G=34.77%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731378400.210.510.3235.7335.1850.39
HexAD89540153320242332
Octal2552111240256340444362
Binary10101101100010011010100010101110011100000100100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8954; }

 p { color: rgb(173,137,84); }

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

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

 a { background-color: rgb(173,137,84); }

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

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

 span { border-color: rgb(173,137,84); }

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