#AE8B58

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

Shades of Teak #AE8B58

Tints of Teak #AE8B58

Color information

#AE8B58 (or 0xAE8B58) is unknown color: approx Teak. HEX triplet: AE, 8B and 58. RGB value is (174,139,88). Sum of RGB (Red+Green+Blue) = 174+139+88=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8B58 is #5174A7. Grayscale: #8F8F8F. Windows color (decimal): -5338280 or 5802926. OLE color: 5802926.

HSL color Cylindrical-coordinate representation of color #AE8B58: hue angle of 35.58º degrees, saturation: 0.35, 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 #AE8B58 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB17413988-
CMYK00.200.490.32
HSL35.58º34.68%51.37%-
HSV(B)35.58º49.43%68.24%-
XYZ28.4528.1713.17-
YUV143.6596.6149.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.39%
GREEN value IS 139 (54.69% from 255) = 34.66%
BLUE value IS 88 (34.77% from 255) = 21.95%
R=43.39%
G=34.66%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741398800.200.490.3235.5834.6851.37
HexAE8B580143120242333
Octal2562131300246140444363
Binary10101110100010111011000010100110001100000100100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8B58; }

 p { color: rgb(174,139,88); }

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

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

 a { background-color: rgb(174,139,88); }

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

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

 span { border-color: rgb(174,139,88); }

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