#AC8D4B

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

Shades of Teak #AC8D4B

Tints of Teak #AC8D4B

Color information

#AC8D4B (or 0xAC8D4B) is unknown color: approx Teak. HEX triplet: AC, 8D and 4B. RGB value is (172,141,75). Sum of RGB (Red+Green+Blue) = 172+141+75=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D4B is #5372B4. Grayscale: #8F8F8F. Windows color (decimal): -5468853 or 4951468. OLE color: 4951468.

HSL color Cylindrical-coordinate representation of color #AC8D4B: hue angle of 40.82º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC8D4B is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17214175-
CMYK00.180.560.33
HSL40.82º39.27%48.43%-
HSV(B)40.82º56.4%67.45%-
XYZ27.8128.3310.66-
YUV142.7489.77148.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 141 (55.47% from 255) = 36.34%
BLUE value IS 75 (29.69% from 255) = 19.33%
R=44.33%
G=36.34%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721417500.180.560.3340.8239.2748.43
HexAC8D4B0123821292730
Octal2542151130227041514760
Binary10101100100011011001011010010111000100001101001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D4B; }

 p { color: rgb(172,141,75); }

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

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

 a { background-color: rgb(172,141,75); }

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

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

 span { border-color: rgb(172,141,75); }

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