#AC8950

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

Shades of Teak #AC8950

Tints of Teak #AC8950

Color information

#AC8950 (or 0xAC8950) is unknown color: approx Teak. HEX triplet: AC, 89 and 50. RGB value is (172,137,80). Sum of RGB (Red+Green+Blue) = 172+137+80=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8950 is #5376AF. Grayscale: #8D8D8D. Windows color (decimal): -5469872 or 5278124. OLE color: 5278124.

HSL color Cylindrical-coordinate representation of color #AC8950: hue angle of 37.17º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC8950 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB17213780-
CMYK00.200.530.33
HSL37.17º36.51%49.41%-
HSV(B)37.17º53.49%67.45%-
XYZ27.4127.2411.4-
YUV140.9793.6150.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.22%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 80 (31.64% from 255) = 20.57%
R=44.22%
G=35.22%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721378000.200.530.3337.1736.5149.41
HexAC89500143521252531
Octal2542111200246541454561
Binary10101100100010011010000010100110101100001100101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8950; }

 p { color: rgb(172,137,80); }

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

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

 a { background-color: rgb(172,137,80); }

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

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

 span { border-color: rgb(172,137,80); }

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