#AD9153

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

Shades of Teak #AD9153

Tints of Teak #AD9153

Color information

#AD9153 (or 0xAD9153) is unknown color: approx Teak. HEX triplet: AD, 91 and 53. RGB value is (173,145,83). Sum of RGB (Red+Green+Blue) = 173+145+83=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9153 is #526EAC. Grayscale: #929292. Windows color (decimal): -5402285 or 5476781. OLE color: 5476781.

HSL color Cylindrical-coordinate representation of color #AD9153: hue angle of 41.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD9153 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB17314583-
CMYK00.160.520.32
HSL41.33º35.43%50.2%-
HSV(B)41.33º52.02%67.84%-
XYZ28.9229.7612.4-
YUV146.392.28147.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 145 (57.03% from 255) = 36.16%
BLUE value IS 83 (32.81% from 255) = 20.70%
R=43.14%
G=36.16%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731458300.160.520.3241.3335.4350.2
HexAD91530103420292332
Octal2552211230206440514362
Binary10101101100100011010011010000110100100000101001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9153; }

 p { color: rgb(173,145,83); }

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

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

 a { background-color: rgb(173,145,83); }

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

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

 span { border-color: rgb(173,145,83); }

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