#AD8A54

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

Shades of Teak #AD8A54

Tints of Teak #AD8A54

Color information

#AD8A54 (or 0xAD8A54) is unknown color: approx Teak. HEX triplet: AD, 8A and 54. RGB value is (173,138,84). Sum of RGB (Red+Green+Blue) = 173+138+84=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8A54 is #5275AB. Grayscale: #8E8E8E. Windows color (decimal): -5404076 or 5540525. OLE color: 5540525.

HSL color Cylindrical-coordinate representation of color #AD8A54: hue angle of 36.4º 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 #AD8A54 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB17313884-
CMYK00.200.510.32
HSL36.4º35.18%50.39%-
HSV(B)36.4º51.45%67.84%-
XYZ27.9227.712.26-
YUV142.3195.1149.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 84 (33.20% from 255) = 21.27%
R=43.80%
G=34.94%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731388400.200.510.3236.435.1850.39
HexAD8A540143320242332
Octal2552121240246340444362
Binary10101101100010101010100010100110011100000100100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8A54; }

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

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

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

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

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

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

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

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