#AD904F

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

Shades of Teak #AD904F

Tints of Teak #AD904F

Color information

#AD904F (or 0xAD904F) is unknown color: approx Teak. HEX triplet: AD, 90 and 4F. RGB value is (173,144,79). Sum of RGB (Red+Green+Blue) = 173+144+79=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD904F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD904F is #526FB0. Grayscale: #919191. Windows color (decimal): -5402545 or 5214381. OLE color: 5214381.

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

Color convert

RGB17314479-
CMYK00.170.540.32
HSL41.49º37.3%49.41%-
HSV(B)41.49º54.34%67.84%-
XYZ28.6229.411.56-
YUV145.2690.61147.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.69%
GREEN value IS 144 (56.64% from 255) = 36.36%
BLUE value IS 79 (31.25% from 255) = 19.95%
R=43.69%
G=36.36%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731447900.170.540.3241.4937.349.41
HexAD904F0113620292531
Octal2552201170216640514561
Binary10101101100100001001111010001110110100000101001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD904F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD904F; }

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

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

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

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

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

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

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

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