#AA8A5C

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

Shades of Teak #AA8A5C

Tints of Teak #AA8A5C

Color information

#AA8A5C (or 0xAA8A5C) is unknown color: approx Teak. HEX triplet: AA, 8A and 5C. RGB value is (170,138,92). Sum of RGB (Red+Green+Blue) = 170+138+92=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A5C is #5575A3. Grayscale: #8E8E8E. Windows color (decimal): -5600676 or 6064810. OLE color: 6064810.

HSL color Cylindrical-coordinate representation of color #AA8A5C: hue angle of 35.38º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA8A5C is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17013892-
CMYK00.190.460.33
HSL35.38º31.45%51.37%-
HSV(B)35.38º45.88%66.67%-
XYZ27.627.513.98-
YUV142.3299.6147.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 138 (54.30% from 255) = 34.5%
BLUE value IS 92 (36.33% from 255) = 23%
R=42.5%
G=34.5%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701389200.190.460.3335.3831.4551.37
HexAA8A5C0132E21231f33
Octal2522121340235641433763
Binary1010101010001010101110001001110111010000110001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8A5C; }

 p { color: rgb(170,138,92); }

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

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

 a { background-color: rgb(170,138,92); }

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

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

 span { border-color: rgb(170,138,92); }

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