#AE8D53

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

Shades of Teak #AE8D53

Tints of Teak #AE8D53

Color information

#AE8D53 (or 0xAE8D53) is unknown color: approx Teak. HEX triplet: AE, 8D and 53. RGB value is (174,141,83). Sum of RGB (Red+Green+Blue) = 174+141+83=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8D53 is #5172AC. Grayscale: #909090. Windows color (decimal): -5337773 or 5475758. OLE color: 5475758.

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

Color convert

RGB17414183-
CMYK00.190.520.32
HSL38.24º35.97%50.39%-
HSV(B)38.24º52.3%68.24%-
XYZ28.5428.6712.21-
YUV144.2693.43149.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.72%
GREEN value IS 141 (55.47% from 255) = 35.43%
BLUE value IS 83 (32.81% from 255) = 20.85%
R=43.72%
G=35.43%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741418300.190.520.3238.2435.9750.39
HexAE8D530133420262432
Octal2562151230236440464462
Binary10101110100011011010011010011110100100000100110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8D53; }

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

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

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

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

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

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

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

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