#AC8C5E

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

Shades of Teak #AC8C5E

Tints of Teak #AC8C5E

Color information

#AC8C5E (or 0xAC8C5E) is unknown color: approx Teak. HEX triplet: AC, 8C and 5E. RGB value is (172,140,94). Sum of RGB (Red+Green+Blue) = 172+140+94=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C5E is #5373A1. Grayscale: #909090. Windows color (decimal): -5469090 or 6196396. OLE color: 6196396.

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

Color convert

RGB17214094-
CMYK00.190.450.33
HSL35.38º31.97%52.16%-
HSV(B)35.38º45.35%67.45%-
XYZ28.4128.3314.56-
YUV144.3299.6147.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 140 (55.08% from 255) = 34.48%
BLUE value IS 94 (37.11% from 255) = 23.15%
R=42.36%
G=34.48%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721409400.190.450.3335.3831.9752.16
HexAC8C5E0132D21232034
Octal2542141360235541434064
Binary10101100100011001011110010011101101100001100011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8C5E; }

 p { color: rgb(172,140,94); }

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

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

 a { background-color: rgb(172,140,94); }

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

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

 span { border-color: rgb(172,140,94); }

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