#AE9252

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

Shades of Teak #AE9252

Tints of Teak #AE9252

Color information

#AE9252 (or 0xAE9252) is unknown color: approx Teak. HEX triplet: AE, 92 and 52. RGB value is (174,146,82). Sum of RGB (Red+Green+Blue) = 174+146+82=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9252 is #516DAD. Grayscale: #939393. Windows color (decimal): -5336494 or 5411502. OLE color: 5411502.

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

Color convert

RGB17414682-
CMYK00.160.530.32
HSL41.74º36.22%50.2%-
HSV(B)41.74º52.87%68.24%-
XYZ29.2630.1712.26-
YUV147.0891.28147.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 82 (32.42% from 255) = 20.40%
R=43.28%
G=36.32%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741468200.160.530.3241.7436.2250.2
HexAE925201035202a2432
Octal2562221220206540524462
Binary10101110100100101010010010000110101100000101010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9252; }

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

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

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

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

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

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

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

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