#ae8f50

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

Shades of Teak #AE8F50

Tints of Teak #AE8F50

Color information

#AE8F50 (or 0xAE8F50) is unknown color: approx Teak. HEX triplet: AE, 8F and 50. RGB value is (174,143,80). Sum of RGB (Red+Green+Blue) = 174+143+80=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8F50 is #5170AF. Grayscale: #919191. Windows color (decimal): -5337264 or 5279662. OLE color: 5279662.

HSL color Cylindrical-coordinate representation of color #AE8F50: hue angle of 40.21º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE8F50 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB17414380-
CMYK00.180.540.32
HSL40.21º37.01%49.8%-
HSV(B)40.21º54.02%68.24%-
XYZ28.7329.2211.72-
YUV145.0991.27148.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 80 (31.64% from 255) = 20.15%
R=43.83%
G=36.02%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741438000.180.540.3240.2137.0149.8
HexAE8F500123620282532
Octal2562171200226640504562
Binary10101110100011111010000010010110110100000101000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae8f50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae8f50; }

 p { color: rgb(174,143,80); }

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

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

 a { background-color: rgb(174,143,80); }

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

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

 span { border-color: rgb(174,143,80); }

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