#AD8554

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

Shades of Teak #AD8554

Tints of Teak #AD8554

Color information

#AD8554 (or 0xAD8554) is unknown color: approx Teak. HEX triplet: AD, 85 and 54. RGB value is (173,133,84). Sum of RGB (Red+Green+Blue) = 173+133+84=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8554 is #527AAB. Grayscale: #8B8B8B. Windows color (decimal): -5405356 or 5539245. OLE color: 5539245.

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

Color convert

RGB17313384-
CMYK00.230.510.32
HSL33.03º35.18%50.39%-
HSV(B)33.03º51.45%67.84%-
XYZ27.2226.312.03-
YUV139.3796.75151.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.36%
GREEN value IS 133 (52.34% from 255) = 34.10%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=44.36%
G=34.10%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731338400.230.510.3233.0335.1850.39
HexAD85540173320212332
Octal2552051240276340414362
Binary10101101100001011010100010111110011100000100001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8554; }

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

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

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

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

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

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

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

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