#AE8457

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

Shades of Teak #AE8457

Tints of Teak #AE8457

Color information

#AE8457 (or 0xAE8457) is unknown color: approx Teak. HEX triplet: AE, 84 and 57. RGB value is (174,132,87). Sum of RGB (Red+Green+Blue) = 174+132+87=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8457 is #517BA8. Grayscale: #8B8B8B. Windows color (decimal): -5340073 or 5735598. OLE color: 5735598.

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

Color convert

RGB17413287-
CMYK00.240.50.32
HSL31.03º34.94%51.18%-
HSV(B)31.03º50%68.24%-
XYZ27.4326.1912.63-
YUV139.4398.41152.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.27%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 87 (34.38% from 255) = 22.14%
R=44.27%
G=33.59%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741328700.240.50.3231.0334.9451.18
HexAE845701832201f2333
Octal2562041270306240374363
Binary1010111010000100101011101100011001010000011111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8457; }

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

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

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

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

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

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

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

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