#AE855B

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

Shades of Teak #AE855B

Tints of Teak #AE855B

Color information

#AE855B (or 0xAE855B) is unknown color: approx Teak. HEX triplet: AE, 85 and 5B. RGB value is (174,133,91). Sum of RGB (Red+Green+Blue) = 174+133+91=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE855B is #517AA4. Grayscale: #8C8C8C. Windows color (decimal): -5339813 or 5997998. OLE color: 5997998.

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

Color convert

RGB17413391-
CMYK00.240.480.32
HSL30.36º33.88%51.96%-
HSV(B)30.36º47.7%68.24%-
XYZ27.7326.5313.56-
YUV140.47100.08151.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.72%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 91 (35.94% from 255) = 22.86%
R=43.72%
G=33.42%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741339100.240.480.3230.3633.8851.96
HexAE855B01830201e2234
Octal2562051330306040364264
Binary1010111010000101101101101100011000010000011110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE855B; }

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

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

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

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

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

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

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

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