#AD904E

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

Shades of Teak #AD904E

Tints of Teak #AD904E

Color information

#AD904E (or 0xAD904E) is unknown color: approx Teak. HEX triplet: AD, 90 and 4E. RGB value is (173,144,78). Sum of RGB (Red+Green+Blue) = 173+144+78=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD904E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD904E is #526FB1. Grayscale: #919191. Windows color (decimal): -5402546 or 5148845. OLE color: 5148845.

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

Color convert

RGB17314478-
CMYK00.170.550.32
HSL41.68º37.85%49.22%-
HSV(B)41.68º54.91%67.84%-
XYZ28.5829.3811.37-
YUV145.1590.11147.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 78 (30.86% from 255) = 19.75%
R=43.80%
G=36.46%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731447800.170.550.3241.6837.8549.22
HexAD904E01137202a2631
Octal2552201160216740524661
Binary10101101100100001001110010001110111100000101010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD904E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD904E; }

 p { color: rgb(173,144,78); }

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

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

 a { background-color: rgb(173,144,78); }

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

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

 span { border-color: rgb(173,144,78); }

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