#AE8953

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

Shades of Teak #AE8953

Tints of Teak #AE8953

Color information

#AE8953 (or 0xAE8953) is unknown color: approx Teak. HEX triplet: AE, 89 and 53. RGB value is (174,137,83). Sum of RGB (Red+Green+Blue) = 174+137+83=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8953 is #5176AC. Grayscale: #8E8E8E. Windows color (decimal): -5338797 or 5474734. OLE color: 5474734.

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

Color convert

RGB17413783-
CMYK00.210.520.32
HSL35.6º35.97%50.39%-
HSV(B)35.6º52.3%68.24%-
XYZ27.9627.5112.02-
YUV141.9194.76150.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.16%
GREEN value IS 137 (53.91% from 255) = 34.77%
BLUE value IS 83 (32.81% from 255) = 21.07%
R=44.16%
G=34.77%
B=21.07%

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
Decimal1741378300.210.520.3235.635.9750.39
HexAE89530153420242432
Octal2562111230256440444462
Binary10101110100010011010011010101110100100000100100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8953; }

 p { color: rgb(174,137,83); }

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

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

 a { background-color: rgb(174,137,83); }

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

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

 span { border-color: rgb(174,137,83); }

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