#AD8C4C

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

Shades of Teak #AD8C4C

Tints of Teak #AD8C4C

Color information

#AD8C4C (or 0xAD8C4C) is unknown color: approx Teak. HEX triplet: AD, 8C and 4C. RGB value is (173,140,76). Sum of RGB (Red+Green+Blue) = 173+140+76=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C4C is #5273B3. Grayscale: #8E8E8E. Windows color (decimal): -5403572 or 5016749. OLE color: 5016749.

HSL color Cylindrical-coordinate representation of color #AD8C4C: hue angle of 39.59º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD8C4C is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB17314076-
CMYK00.190.560.32
HSL39.59º38.96%48.82%-
HSV(B)39.59º56.07%67.84%-
XYZ27.9228.1610.8-
YUV142.5790.43149.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.47%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 76 (30.08% from 255) = 19.54%
R=44.47%
G=35.99%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731407600.190.560.3239.5938.9648.82
HexAD8C4C0133820282731
Octal2552141140237040504761
Binary10101101100011001001100010011111000100000101000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8C4C; }

 p { color: rgb(173,140,76); }

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

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

 a { background-color: rgb(173,140,76); }

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

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

 span { border-color: rgb(173,140,76); }

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