#AD9252

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

Shades of Teak #AD9252

Tints of Teak #AD9252

Color information

#AD9252 (or 0xAD9252) is unknown color: approx Teak. HEX triplet: AD, 92 and 52. RGB value is (173,146,82). Sum of RGB (Red+Green+Blue) = 173+146+82=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9252 is #526DAD. Grayscale: #939393. Windows color (decimal): -5402030 or 5411501. OLE color: 5411501.

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

Color convert

RGB17314682-
CMYK00.160.530.32
HSL42.2º35.69%50%-
HSV(B)42.2º52.6%67.84%-
XYZ29.0430.0512.25-
YUV146.7891.45146.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 82 (32.42% from 255) = 20.45%
R=43.14%
G=36.41%
B=20.45%

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
Decimal1731468200.160.530.3242.235.6950
HexAD925201035202a2432
Octal2552221220206540524462
Binary10101101100100101010010010000110101100000101010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9252; }

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

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

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

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

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

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

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

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