#AD8458

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

Shades of Teak #AD8458

Tints of Teak #AD8458

Color information

#AD8458 (or 0xAD8458) is unknown color: approx Teak. HEX triplet: AD, 84 and 58. RGB value is (173,132,88). Sum of RGB (Red+Green+Blue) = 173+132+88=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8458 is #527BA7. Grayscale: #8B8B8B. Windows color (decimal): -5405608 or 5801133. OLE color: 5801133.

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

Color convert

RGB17313288-
CMYK00.240.490.32
HSL31.06º34.14%51.18%-
HSV(B)31.06º49.13%67.84%-
XYZ27.2526.0912.83-
YUV139.2499.08152.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 88 (34.77% from 255) = 22.39%
R=44.02%
G=33.59%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731328800.240.490.3231.0634.1451.18
HexAD845801831201f2233
Octal2552041300306140374263
Binary1010110110000100101100001100011000110000011111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8458; }

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

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

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

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

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

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

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

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