#AD8457

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

Shades of Teak #AD8457

Tints of Teak #AD8457

Color information

#AD8457 (or 0xAD8457) is unknown color: approx Teak. HEX triplet: AD, 84 and 57. RGB value is (173,132,87). Sum of RGB (Red+Green+Blue) = 173+132+87=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8457 is #527BA8. Grayscale: #8B8B8B. Windows color (decimal): -5405609 or 5735597. OLE color: 5735597.

HSL color Cylindrical-coordinate representation of color #AD8457: hue angle of 31.4º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD8457 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB17313287-
CMYK00.240.500.32
HSL31.4º34.4%50.98%-
HSV(B)31.4º49.71%67.84%-
XYZ27.2126.0712.62-
YUV139.1398.58152.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.13%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 87 (34.38% from 255) = 22.19%
R=44.13%
G=33.67%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731328700.240.500.3231.434.450.98
HexAD845701832201f2233
Octal2552041270306240374263
Binary1010110110000100101011101100011001010000011111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8457; }

 p { color: rgb(173,132,87); }

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

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

 a { background-color: rgb(173,132,87); }

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

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

 span { border-color: rgb(173,132,87); }

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