#AE8A4F

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

Shades of Teak #AE8A4F

Tints of Teak #AE8A4F

Color information

#AE8A4F (or 0xAE8A4F) is unknown color: approx Teak. HEX triplet: AE, 8A and 4F. RGB value is (174,138,79). Sum of RGB (Red+Green+Blue) = 174+138+79=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8A4F is #5175B0. Grayscale: #8E8E8E. Windows color (decimal): -5338545 or 5212846. OLE color: 5212846.

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

Color convert

RGB17413879-
CMYK00.210.550.32
HSL37.26º37.55%49.61%-
HSV(B)37.26º54.6%68.24%-
XYZ27.9627.7411.28-
YUV142.0492.43150.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 138 (54.30% from 255) = 35.29%
BLUE value IS 79 (31.25% from 255) = 20.20%
R=44.50%
G=35.29%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741387900.210.550.3237.2637.5549.61
HexAE8A4F0153720252632
Octal2562121170256740454662
Binary10101110100010101001111010101110111100000100101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8A4F; }

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

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

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

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

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

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

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

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