#AE8A50

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

Shades of Teak #AE8A50

Tints of Teak #AE8A50

Color information

#AE8A50 (or 0xAE8A50) is unknown color: approx Teak. HEX triplet: AE, 8A and 50. RGB value is (174,138,80). Sum of RGB (Red+Green+Blue) = 174+138+80=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8A50 is #5175AF. Grayscale: #8E8E8E. Windows color (decimal): -5338544 or 5278382. OLE color: 5278382.

HSL color Cylindrical-coordinate representation of color #AE8A50: hue angle of 37.02º 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 #AE8A50 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB17413880-
CMYK00.210.540.32
HSL37.02º37.01%49.8%-
HSV(B)37.02º54.02%68.24%-
XYZ27.9927.7511.47-
YUV142.1592.93150.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.39%
GREEN value IS 138 (54.30% from 255) = 35.20%
BLUE value IS 80 (31.64% from 255) = 20.41%
R=44.39%
G=35.20%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741388000.210.540.3237.0237.0149.8
HexAE8A500153620252532
Octal2562121200256640454562
Binary10101110100010101010000010101110110100000100101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8A50; }

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

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

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

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

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

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

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

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