#AD8E4C

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

Shades of Teak #AD8E4C

Tints of Teak #AD8E4C

Color information

#AD8E4C (or 0xAD8E4C) is unknown color: approx Teak. HEX triplet: AD, 8E and 4C. RGB value is (173,142,76). Sum of RGB (Red+Green+Blue) = 173+142+76=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8E4C is #5271B3. Grayscale: #909090. Windows color (decimal): -5403060 or 5017261. OLE color: 5017261.

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

Color convert

RGB17314276-
CMYK00.180.560.32
HSL40.82º38.96%48.82%-
HSV(B)40.82º56.07%67.84%-
XYZ28.2128.7510.9-
YUV143.7489.77148.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.25%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 76 (30.08% from 255) = 19.44%
R=44.25%
G=36.32%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731427600.180.560.3240.8238.9648.82
HexAD8E4C0123820292731
Octal2552161140227040514761
Binary10101101100011101001100010010111000100000101001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8E4C; }

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

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

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

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

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

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

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

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