#AE8A54

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

Shades of Teak #AE8A54

Tints of Teak #AE8A54

Color information

#AE8A54 (or 0xAE8A54) is unknown color: approx Teak. HEX triplet: AE, 8A and 54. RGB value is (174,138,84). Sum of RGB (Red+Green+Blue) = 174+138+84=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8A54 is #5175AB. Grayscale: #8E8E8E. Windows color (decimal): -5338540 or 5540526. OLE color: 5540526.

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

Color convert

RGB17413884-
CMYK00.210.520.32
HSL36º35.71%50.59%-
HSV(B)36º51.72%68.24%-
XYZ28.1427.8212.27-
YUV142.6194.93150.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 138 (54.30% from 255) = 34.85%
BLUE value IS 84 (33.20% from 255) = 21.21%
R=43.94%
G=34.85%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741388400.210.520.323635.7150.59
HexAE8A540153420242433
Octal2562121240256440444463
Binary10101110100010101010100010101110100100000100100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8A54; }

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

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

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

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

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

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

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

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