#AD9152

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

Shades of Teak #AD9152

Tints of Teak #AD9152

Color information

#AD9152 (or 0xAD9152) is unknown color: approx Teak. HEX triplet: AD, 91 and 52. RGB value is (173,145,82). Sum of RGB (Red+Green+Blue) = 173+145+82=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9152 is #526EAD. Grayscale: #929292. Windows color (decimal): -5402286 or 5411245. OLE color: 5411245.

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

Color convert

RGB17314582-
CMYK00.160.530.32
HSL41.54º35.69%50%-
HSV(B)41.54º52.6%67.84%-
XYZ28.8829.7412.2-
YUV146.1991.78147.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.25%
GREEN value IS 145 (57.03% from 255) = 36.25%
BLUE value IS 82 (32.42% from 255) = 20.5%
R=43.25%
G=36.25%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731458200.160.530.3241.5435.6950
HexAD915201035202a2432
Octal2552211220206540524462
Binary10101101100100011010010010000110101100000101010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9152; }

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

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

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

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

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

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

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

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