#AE8C52

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

Shades of Teak #AE8C52

Tints of Teak #AE8C52

Color information

#AE8C52 (or 0xAE8C52) is unknown color: approx Teak. HEX triplet: AE, 8C and 52. RGB value is (174,140,82). Sum of RGB (Red+Green+Blue) = 174+140+82=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C52 is #5173AD. Grayscale: #8F8F8F. Windows color (decimal): -5338030 or 5409966. OLE color: 5409966.

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

Color convert

RGB17414082-
CMYK00.200.530.32
HSL37.83º36.22%50.2%-
HSV(B)37.83º52.87%68.24%-
XYZ28.3628.3611.96-
YUV143.5593.26149.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 140 (55.08% from 255) = 35.35%
BLUE value IS 82 (32.42% from 255) = 20.71%
R=43.94%
G=35.35%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741408200.200.530.3237.8336.2250.2
HexAE8C520143520262432
Octal2562141220246540464462
Binary10101110100011001010010010100110101100000100110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8C52; }

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

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

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

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

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

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

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

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