#AE8554

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

Shades of Teak #AE8554

Tints of Teak #AE8554

Color information

#AE8554 (or 0xAE8554) is unknown color: approx Teak. HEX triplet: AE, 85 and 54. RGB value is (174,133,84). Sum of RGB (Red+Green+Blue) = 174+133+84=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8554 is #517AAB. Grayscale: #8B8B8B. Windows color (decimal): -5339820 or 5539246. OLE color: 5539246.

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

Color convert

RGB17413384-
CMYK00.240.520.32
HSL32.67º35.71%50.59%-
HSV(B)32.67º51.72%68.24%-
XYZ27.4426.4112.04-
YUV139.6796.58152.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 133 (52.34% from 255) = 34.02%
BLUE value IS 84 (33.20% from 255) = 21.48%
R=44.50%
G=34.02%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741338400.240.520.3232.6735.7150.59
HexAE85540183420212433
Octal2562051240306440414463
Binary10101110100001011010100011000110100100000100001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8554; }

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

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

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

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

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

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

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

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