#AE9054

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

Shades of Teak #AE9054

Tints of Teak #AE9054

Color information

#AE9054 (or 0xAE9054) is unknown color: approx Teak. HEX triplet: AE, 90 and 54. RGB value is (174,144,84). Sum of RGB (Red+Green+Blue) = 174+144+84=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9054 is #516FAB. Grayscale: #929292. Windows color (decimal): -5337004 or 5542062. OLE color: 5542062.

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

Color convert

RGB17414484-
CMYK00.170.520.32
HSL40º35.71%50.59%-
HSV(B)40º51.72%68.24%-
XYZ29.0329.5912.57-
YUV146.1392.94147.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 144 (56.64% from 255) = 35.82%
BLUE value IS 84 (33.20% from 255) = 20.90%
R=43.28%
G=35.82%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741448400.170.520.324035.7150.59
HexAE90540113420282433
Octal2562201240216440504463
Binary10101110100100001010100010001110100100000101000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9054; }

 p { color: rgb(174,144,84); }

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

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

 a { background-color: rgb(174,144,84); }

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

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

 span { border-color: rgb(174,144,84); }

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