#AE8C4D

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

Shades of Teak #AE8C4D

Tints of Teak #AE8C4D

Color information

#AE8C4D (or 0xAE8C4D) is unknown color: approx Teak. HEX triplet: AE, 8C and 4D. RGB value is (174,140,77). Sum of RGB (Red+Green+Blue) = 174+140+77=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C4D is #5173B2. Grayscale: #8F8F8F. Windows color (decimal): -5338035 or 5082286. OLE color: 5082286.

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

Color convert

RGB17414077-
CMYK00.200.560.32
HSL38.97º38.65%49.22%-
HSV(B)38.97º55.75%68.24%-
XYZ28.1728.2911-
YUV142.9890.76150.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 140 (55.08% from 255) = 35.81%
BLUE value IS 77 (30.47% from 255) = 19.69%
R=44.50%
G=35.81%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741407700.200.560.3238.9738.6549.22
HexAE8C4D0143820272731
Octal2562141150247040474761
Binary10101110100011001001101010100111000100000100111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8C4D; }

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

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

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

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

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

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

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

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