#AE8C5A

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

Shades of Teak #AE8C5A

Tints of Teak #AE8C5A

Color information

#AE8C5A (or 0xAE8C5A) is unknown color: approx Teak. HEX triplet: AE, 8C and 5A. RGB value is (174,140,90). Sum of RGB (Red+Green+Blue) = 174+140+90=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C5A is #5173A5. Grayscale: #909090. Windows color (decimal): -5338022 or 5934254. OLE color: 5934254.

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

Color convert

RGB17414090-
CMYK00.200.480.32
HSL35.71º34.15%51.76%-
HSV(B)35.71º48.28%68.24%-
XYZ28.6828.4913.66-
YUV144.4797.26149.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 140 (55.08% from 255) = 34.65%
BLUE value IS 90 (35.55% from 255) = 22.28%
R=43.07%
G=34.65%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741409000.200.480.3235.7134.1551.76
HexAE8C5A0143020242234
Octal2562141320246040444264
Binary10101110100011001011010010100110000100000100100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8C5A; }

 p { color: rgb(174,140,90); }

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

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

 a { background-color: rgb(174,140,90); }

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

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

 span { border-color: rgb(174,140,90); }

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