#AE875C

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

Shades of Teak #AE875C

Tints of Teak #AE875C

Color information

#AE875C (or 0xAE875C) is unknown color: approx Teak. HEX triplet: AE, 87 and 5C. RGB value is (174,135,92). Sum of RGB (Red+Green+Blue) = 174+135+92=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE875C is #5178A3. Grayscale: #8D8D8D. Windows color (decimal): -5339300 or 6064046. OLE color: 6064046.

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

Color convert

RGB17413592-
CMYK00.220.470.32
HSL31.46º33.61%52.16%-
HSV(B)31.46º47.13%68.24%-
XYZ28.0527.113.88-
YUV141.7699.92151-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.39%
GREEN value IS 135 (53.12% from 255) = 33.67%
BLUE value IS 92 (36.33% from 255) = 22.94%
R=43.39%
G=33.67%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741359200.220.470.3231.4633.6152.16
HexAE875C0162F201f2234
Octal2562071340265740374264
Binary1010111010000111101110001011010111110000011111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE875C; }

 p { color: rgb(174,135,92); }

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

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

 a { background-color: rgb(174,135,92); }

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

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

 span { border-color: rgb(174,135,92); }

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